Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iterable-unpacking

Python-like unpacking of numeric value in R [duplicate]

r iterable-unpacking

Idiomatic way to unpack variable length list of maximum size n

python iterable-unpacking

Tuple Unpacking Similar to Python, but in Common Lisp

Python - tuple unpacking in dict comprehension

Unpack python tuple with [ ]'s [duplicate]

asterisk in tuple, list and set definitions, double asterisk in dict definition

Scala: Unpacking tuple as part of argument list

Unpack 1 variable, rest to a list

python iterable-unpacking

Is there way to create tuple from list(without codegeneration)?

Star * operator on left vs right side of an assignment statement

Unpack to unknown number of variables?

Is there a javascript equivalent to unpack sequences like in python?

Change what the *splat and **splatty-splat operators do to my object

Common Lisp -- List unpacking? (similar to Python)

How are python's unpacking operators * and ** used?

What is with this change of unpacking behavior from Python2 to Python3

Is it possible to assign a default value when unpacking?

Returning tuple with a single item from a function

How to unpack a tuple from left to right?

Semantics of tuple unpacking in python