unpack

Complements the capture function by allowing you to unpack a capture tuple in the function you want to call it from.

template unpack(alias func)
unpack
(
TupleType
)
(
TupleType tup
)
if (
isTuple!TupleType
)

Meta

Since

- 0.0.1