Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Split ¶
func Split[S ~[]E, E comparable](s S, v E) (S, S)
Split splits a given slice into two parts based on the first occurrence of a specified value, returning the sub-slices that precede and follow the value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.