quirks.tuple

Undocumented in source.

Members

Structs

AliasTuple
struct AliasTuple(T...)

Wrapper around AliasSeq

Templates

FilterTuple
template FilterTuple(alias pred, T...)

Takes a tuple and filters it with the given predicate or template.

MapTuple
template MapTuple(alias mapper, T...)

Takes a tuple and maps it with the given function or template.

Meta