Versions in this module Expand all Collapse all v1 v1.0.4 Jun 2, 2023 Changes in this version + func Map(from map[K]V, transform func(K, V) (Kn, Vn)) map[Kn]Vn v1.0.3 Jun 1, 2023 Changes in this version + func MapToSlice(from map[K]V, transform func(K, V) []T) []T + func SliceOrErr(from []F, transform func(F) (T, error)) ([]T, error) v1.0.2 Jan 20, 2023 Changes in this version + func SliceToMap(from []F, transform func(F) (K, V)) map[K]V v1.0.1 Nov 29, 2022 Changes in this version + func Slice(from []F, transform func(F) T) []T