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.