Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApproxSizeOf ¶ added in v0.0.32
SizeOf returns the approx size of a variable in bytes
func EqualsAll ¶
func EqualsAll[T comparable](base T, all ...T) bool
EqualsAll checks if a base value of type T is equal to all of the other values of type T provided as arguments.
func EqualsAny ¶
func EqualsAny[T comparable](base T, all ...T) bool
EqualsAny checks if a base value of type T is equal to any of the other values of type T provided as arguments.
Types ¶
Click to show internal directories.
Click to hide internal directories.