nxt.concatenation

Undocumented in source.

Members

Functions

concatenate
Unqual!T[n + 1] concatenate(T[n] a, T b)

Overload with faster compilation.

concatenate
StaticArrayElementType!(Args[0])[sumOfLengths!Args] concatenate(Args args)

Templates

sumOfLengths
template sumOfLengths(A...)

Sum of the lengths of the static arrays 'A'.

Meta