Creates a size_t[][] holding every indices combination of a range of length.
Calculates the difference between comparer and comparee.
Gets the first value in range that abides by F, or the default value of T.
Folds all values in range based on a predicate.
Gets the last value in range that abides by F, or the default value of T.
Calculates the distance between comparer and comparee.
Calculates the mean of all values in range.
Creates a ubyte[][] holding every ubyte[] permutation of a range of length.
Concats range to itself iter times.
Calculates the sum of all values in range.
Creates an array of all unique values in range.
Algorithms for doing calculations on a range.