Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct {
Arr [16]map[byte]string
S []map[string][16]int
M map[string]error
C chan *[]int
I interface{ A(rune) *int }
F func([]string, uint64) *byte
}
Collection represents a type that holds collection field types.
type ComplexCollection ¶
type ComplexCollection struct {
Arr [16]map[*external.Collection]string
S []map[string]func(*external.Collection) string
M map[*external.Collection]external.Placeholder
C chan *[]external.Collection
I interface {
A(string) map[*external.Collection]bool
B() (int, byte)
}
F func(external.Collection) []string
}
ComplexCollection represents a type that holds collection field types.
Click to show internal directories.
Click to hide internal directories.