package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package chain provides functions call chain builder
func Of[T any](funcs ...func(T) T) func(T) T
Of returns a function that calls the specified functions in sequence with the argument returned by the previous one
Source Files
¶
Click to show internal directories.
Click to hide internal directories.