Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iterable Unpacking

Python Futures And Tuple Unpacking

What is an elagant/idiomatic way to achieve something like tuple unpacking with futures? I have cod… Read more Python Futures And Tuple Unpacking

"Unpacking" In C

I am working on rewriting a script from python to C. I'm relatively new to C. I have a variable… Read more "Unpacking" In C