package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: May 5, 2023
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 resolv provides values resolvers for maps thath builded by iterating over key/values loop, slice or collection
-
func Append[K, V any](_ bool, _ K, rv []V, v V) []V
-
func FirstVal[K, V any](exists bool, _ K, old, new V) V
-
func LastVal[K, V any](_ bool, _ K, _, new V) V
func Append[K, V any](_ bool, _ K, rv []V, v V) []V
Append - ToMap value resolver
func FirstVal[K, V any](exists bool, _ K, old, new V) V
FirstVal - ToMap value resolver
func LastVal[K, V any](_ bool, _ K, _, new V) V
LastVal - ToMap value resolver
Source Files
¶
Click to show internal directories.
Click to hide internal directories.