Function integer

Source
pub fn integer<N>(n: N) -> Symbol
where N: TryInto<usize> + Copy + Integer,
Expand description

Get the symbol for an integer.

The first few non-negative integers each have a static symbol and therefore are fast.