Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
func Map[S ~[]In, In, Out any](s S, fn func(In) Out) []Out
Map returns a new slice with the results of applying the given function to each item in the input slice.
This function comes from https://github.com/moby/moby and is subject to the Apache 2.0 license. See:
- https://github.com/moby/moby/blob/82ca3ccaf349ce2df15d19f61f21af480999fccd/internal/sliceutil/sliceutil.go#L18-L24 - https://github.com/moby/moby/blob/82ca3ccaf349ce2df15d19f61f21af480999fccd/LICENSE
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.