Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BitsSet ¶
type BitsSet []Bits
BitsSet represents an indexed list of Bits. It reverse maps a Bits into a single int.
func NewBitsSet ¶
func NewBitsSet() BitsSet
type Ints ¶
type Ints [][]int
Ints represents an indexed list of list of integers. It reverse maps a list of ints into a single int.
type Pairs ¶
type Pairs []Pair
Pairs represents an indexed list of Pair pairs. It reverse maps a list of Pairs into a single int.
type Patterns ¶
Patterns represents an indexed list of list of Patterns. It reverse maps a list of Patterns into a single int.
func NewPatterns ¶
func NewPatterns() Patterns
Click to show internal directories.
Click to hide internal directories.