permutations

Creates a ubyte[][] holding every ubyte[] permutation of a range of length.

pure nothrow
ubyte[][]
permutations
(
size_t length
)

Parameters

length size_t

Length of the ubyte[] from which to generate from.

Return Value

Type: ubyte[][]

ubyte[][] containing every ubyte[] permutation of a range of length.

Meta