PreviousUpNext

13.4.103  prime_sizes

The standard library prime_sizes package defines access to prime number lists and selection, useful for such things as sizing hashtables.

The prime_sizes package implements a simple anonymous API specified inline in the source.

The primse_sizes package source code is in src/lib/src/prime-sizes.pkg.

The above information is manually maintained and may contain errors.

api {
    pick : Int -> Int;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext