package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Jun 16, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package first provides short aliases for loop functions for retrieving a first element
func Converted[From, To any](next func() (From, bool), filter func(From) bool, converter func(From) To) (out To, ok bool)
Converted converts the first element that satisfies the condition of the 'predicate' function by the converter and returns it
Of an alias of the loop.First
Source Files
¶
Click to show internal directories.
Click to hide internal directories.