Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneStringSlice ¶ added in v1.12.0
func Equal ¶
Equal compares two string slices for equality. Both the existence of the elements and the order of those elements matter for equality. Empty slices are treated identically to nil slices.
func MergeSorted ¶
MergeSorted takes two string slices that are assumed to be sorted and does a zipper merge of the two sorted slices, removing any cross-slice duplicates. If any individual slice contained duplicates those will be retained.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.