func ExampleBinarySearch() { … } func ExampleBinarySearchFunc() { … } func ExampleCompact() { … } func ExampleCompactFunc() { … } func ExampleCompare() { … } func ExampleCompareFunc() { … } func ExampleContainsFunc() { … } func ExampleDelete() { … } func ExampleDeleteFunc() { … } func ExampleEqual() { … } func ExampleEqualFunc() { … } func ExampleIndex() { … } func ExampleIndexFunc() { … } func ExampleInsert() { … } func ExampleIsSorted() { … } func ExampleIsSortedFunc() { … } func ExampleMax() { … } func ExampleMaxFunc() { … } func ExampleMin() { … } func ExampleMinFunc() { … } func ExampleReplace() { … } func ExampleReverse() { … } func ExampleSort() { … } func ExampleSortFunc_caseInsensitive() { … } func ExampleSortFunc_multiField() { … } func ExampleSortStableFunc() { … } func ExampleClone() { … } func ExampleGrow() { … } func ExampleClip() { … } func ExampleConcat() { … } func ExampleContains() { … } func ExampleRepeat() { … } func ExampleAll() { … } func ExampleBackward() { … } func ExampleValues() { … } func ExampleAppendSeq() { … } func ExampleCollect() { … } func ExampleSorted() { … } func ExampleSortedFunc() { … } func ExampleSortedStableFunc() { … } func ExampleChunk() { … }