Documentation ¶
Index ¶
- func Make(vs ...string) (t schnittstellen.MutableTridex)
- type Tridex
- func (t *Tridex) Abbreviate(v string) string
- func (t *Tridex) Add(v string)
- func (t *Tridex) Contains(v string) bool
- func (t *Tridex) ContainsAbbreviation(v string) bool
- func (t *Tridex) ContainsExactly(v string) bool
- func (t *Tridex) ContainsExpansion(v string) bool
- func (t *Tridex) EachString(f schnittstellen.FuncIter[string]) (err error)
- func (t *Tridex) Expand(v string) string
- func (t *Tridex) Len() int
- func (a *Tridex) MutableClone() (b schnittstellen.MutableTridex)
- func (t *Tridex) Remove(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Make ¶
func Make(vs ...string) (t schnittstellen.MutableTridex)
Types ¶
type Tridex ¶
type Tridex struct { Root node // contains filtered or unexported fields }
TODO-P4 make generic TODO-P4 recycle nodes TODO-P4 confirm JSON structure is correct
func (*Tridex) EachString ¶
func (t *Tridex) EachString(f schnittstellen.FuncIter[string]) (err error)
func (*Tridex) MutableClone ¶
func (a *Tridex) MutableClone() (b schnittstellen.MutableTridex)
Click to show internal directories.
Click to hide internal directories.