Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSet ¶
func NewSet[T comparable](elements []parl.Element[T]) (interfaceSet parl.Set[T])
NewSet returns an enumeration of a printable semantic function argument. elements are the elements that form this set.
func PrintAsString ¶
Types ¶
type Element ¶
type Element[T comparable] struct { ValueV T Name string }
type SetImpl ¶
type SetImpl[T comparable] struct { // contains filtered or unexported fields }
SetImpl holds a multiple-selection function argument that has printable representation. PrintableEnum allows finite selection function arguments to have meaningful names and makes those names printable.
Click to show internal directories.
Click to hide internal directories.