Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CaseIterator ¶
type CaseIterator struct {
// contains filtered or unexported fields
}
func NewCaseIterator ¶
func NewCaseIterator[T any](components []map[string]T) CaseIterator
func (CaseIterator) Key ¶
func (ci CaseIterator) Key() []string
func (*CaseIterator) Next ¶
func (ci *CaseIterator) Next()
func (CaseIterator) Valid ¶
func (ci CaseIterator) Valid() bool
Click to show internal directories.
Click to hide internal directories.