Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeqSorter ¶
type SeqSorter struct {
*SeqSorterOptions
// contains filtered or unexported fields
}
func NewSeqSorter ¶
func NewSeqSorter(reader io.Reader, opts *SeqSorterOptions) (*SeqSorter, error)
type SeqSorterError ¶
func (*SeqSorterError) Error ¶
func (e *SeqSorterError) Error() string
type SeqSorterOptions ¶
type SeqSorterOptions struct {
// contains filtered or unexported fields
}
func NewSeqSorterOptions ¶
func NewSeqSorterOptions(b, l, p int, checkR bool) *SeqSorterOptions
Click to show internal directories.
Click to hide internal directories.