Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSequencesPrealloc ¶
func NewSequencesPrealloc(start, end rune, preallocSequences Sequences, preallocRangeStack RangeStack, preallocStartBytes, preallocEndBytes []byte) (Sequences, RangeStack, error)
Types ¶
type RangeStack ¶
type RangeStack []scalarRange
func (RangeStack) Pop ¶
func (s RangeStack) Pop() (RangeStack, scalarRange)
func (RangeStack) Push ¶
func (s RangeStack) Push(v scalarRange) RangeStack
Click to show internal directories.
Click to hide internal directories.