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;};