Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compare ¶ added in v2.2.1
Compare returns true if both slices have identical elements, else returns false.
func Contains ¶
Contains returns true if element e is found in slice s else returns false. The type T can be either int, string or bool only.
func DeleteElementAtIndex ¶
DeleteElementAtIndex returns a new slice with element at index deleted.
Types ¶
type Floats ¶ added in v2.2.4
type Floats []float64
Click to show internal directories.
Click to hide internal directories.