nxt.static_array_algorithm

Undocumented in source.

Members

Functions

map
typeof(fun(E.init))[n] map(E[n] src)

Static array overload for std.algorithm.iteration.map.

toStaticArray
ElementType!R[n] toStaticArray(R r)

Overload of std.array.array that creates a static array of length n.

toStaticArray1
inout(T.Types[0])[T.length] toStaticArray1(T tup)

Meta