Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsPtrFunc ¶
ContainsPtrFunc behaves like slices.ContainsFunc in the standard library, but f takes pointer to an element to save extra copying.
func EqualPtrFunc ¶
EqualPtrFunc behaves like slices.EqualFunc in the standard library, but f takes pointers to elements to save extra copying.
func IndexPtrFunc ¶
IndexPtrFunc behaves like slices.IndexFunc in the standard library, but f takes pointer to an element to save extra copying.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.