Record.deconstruct

Deconstruction support for the <a href="/dext/dext/let">let module</a>.

struct Record(T...)
void
deconstruct
const
(
staticMap!(toPointer, Types) ptrs
)
if (
T.length % 2 == 0 &&
areTypeNamePairs!T
)

Meta

Authors

Tony J. Hudgins