Documentation ¶
Overview ¶
Package flatt provides short aliases for loop functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndConvert ¶
func AndConvert[From, I, To any](next func() (From, bool), flattener func(From) []I, convert func(I) To) loop.ConvertIter[I, To]
AndConvert - flatt.AndConvert flattens and converts elements retrieved by the 'next' function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.