Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsPtr ¶
func ContainsPtr[T comparable](collection []*T, element *T) bool
Similar to lo.Contains for for slices of pointers.
func DifferencePtr ¶
func DifferencePtr[T comparable](list1, list2 []*T) ([]*T, []*T)
Similar to lo.Difference but for slices of pointers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.