Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceOfPointers ¶
func SliceOfPointers[T any](s []*T) []*T
SliceOfPointers creates a new slice of pointers from the given slice. The new slice will have the same length and capacity as the given slice. and the values will be copied.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.