Module parse

Source

Functionsยง

fraction ๐Ÿ”’
Parses an i64 fractional number from the beginning to the end of the given slice of ASCII digit characters.
i64 ๐Ÿ”’
Parses an i64 number from the beginning to the end of the given slice of ASCII digit characters.
offseter ๐Ÿ”’
Returns a function that converts two slices to an offset.
slicer ๐Ÿ”’
Returns a function that converts two slices to the slice between them.
split ๐Ÿ”’
Splits the given input into two slices at the given position.