Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NilCoalesce ¶
func NilCoalesce[T any](maybe *T, default_ T) T
func NilCoalesceSlice ¶
func NilCoalesceSlice[T any](maybe []T) []T
func PointerIntegerCast ¶
func PointerIntegerCast[U constraints.Integer, T constraints.Integer](p *T) *U
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.