package
Version:
v1.24.0
Opens a new window with list of versions in this module.
Published: Jan 8, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Branch struct {
Lit Tree
List []Tree
Map map[string]Tree
Of *ListOf[Tree] `json:"just_of"`
L *Leaf
Kattr [2]*Leaf
IntPtr *int64
}
type Leaf struct{ Value int64 }
type ListOf[T any] struct {
Data T
}
type MatchAlphabetNumberTuple[T0 Alphabet, T1 Number] interface {
Match1(x *A1, y *N0)
Match2(x *C3, y any)
Match3(x, y any)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.