package
Version:
v0.0.0-...-3525705
Opens a new window with list of versions in this module.
Published: Dec 31, 2025
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
¶
func MakeResetter[ELEMENT any](
funcReset FuncReset[ELEMENT],
funcResetWith FuncResetWith[ELEMENT],
) resetter[ELEMENT]
func Slice[ELEMENT any](in []ELEMENT) (out []ELEMENT)
type FuncReset[ELEMENT any] func(ELEMENT)
type FuncResetWith[ELEMENT any] func(dst ELEMENT, src ELEMENT)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.