Packages

Minimal library for creating and running permutations on Lists while ensuring runtime safety.

Current section

Files

Jump to
twister include twister_Permutation.hrl
Raw

include/twister_Permutation.hrl

-record(permutation, {
modulo :: boolean(),
max_index :: gleam@option:option(integer()),
output :: list(integer())
}).