package
1.2.18
Repository: https://github.com/go-leo/leo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ChunkIndexes Split the slice into multiple size of blocks, and return all the split point indexes.
IndexOfString Finds the index of the given value in the slice.
IsEmpty Checks if an slice is nil or length equals 0.
JoinInt concatenates the slice of int to create a single string.
JoinInt32 concatenates the slice of int32 to create a single string.
JoinInt64 concatenates the slice of int64 to create a single string.
Move moves an array element from index to target.
PrefixIndexOfString Finds the index of the prefix of the given value in the prefix slice.
RemoveElementString removes the first occurrence of the specified element from the specified slice.
RemoveString removes the element at the specified position from the specified array.
No description provided by the author

# Constants

IndexNotFound means that no elements were found.