package
1.3.0
Repository: https://github.com/asticode/go-astitools.git
Documentation: pkg.go.dev

# Functions

NewIterator creates a new iterator.
PadLeft adds n rpl to the left of i so that len is length.
PadRight adds n rpl to the right of i so that len is length.
ToLength forces the length of a []byte.

# Structs

Iterator represents an object capable of iterating sequentially and safely through a slice of bytes.