Documentation
¶
Index ¶
- Variables
- func ExpandIntoSlice[ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID]](token string, expander Expander) collections_slice.Slice[ID]
- func ExpandMany[ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID]](seq interfaces.Seq[ID], expander Expander) interfaces.Seq[ID]
- func ExpandOneIntoIds[ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID]](identifierString string, expander Expander) interfaces.SeqError[ID]
- func MakeExpanderAll(delimiter string) expanderAll
- func MakeExpanderRight(delimiter string) expanderRight
- type Expander
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExpanderRight = MakeExpanderRight(`-`) ExpanderAll = MakeExpanderAll(`-`) )
Functions ¶
func ExpandIntoSlice ¶
func ExpandIntoSlice[ ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID], ]( token string, expander Expander, ) collections_slice.Slice[ID]
func ExpandMany ¶
func ExpandMany[ ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID], ]( seq interfaces.Seq[ID], expander Expander, ) interfaces.Seq[ID]
func ExpandOneIntoIds ¶
func ExpandOneIntoIds[ ID interfaces.Value, ID_PTR interfaces.ValuePtr[ID], ]( identifierString string, expander Expander, ) interfaces.SeqError[ID]
func MakeExpanderAll ¶
func MakeExpanderAll( delimiter string, ) expanderAll
func MakeExpanderRight ¶
func MakeExpanderRight( delimiter string, ) expanderRight
Types ¶
Click to show internal directories.
Click to hide internal directories.