Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
func Map[T, U any](ts []T, f func(T) U) []U
Map returns a list of elements, where the new element is the result of running the passed function.
func ParseUint64 ¶
ParseUint64 parses an integer, panics if an error happened.
func ParseUint8 ¶
ParseUint8 parses an integer, panics if an error happened.
Types ¶
Click to show internal directories.
Click to hide internal directories.