Modulesยง
- integer
- Combines common operators
and constants
0
,1
and10
to enable generic methods on integer types. - iter
- Add a
chunk
method toIterator
that duplicates the functionality of the unstablearray_chunks
method. - math
- parse
- Extracts and parses signed and unsigned integers from surrounding text and whitespace.