Tail¶
func Tail[T any](slice []T) []T
Tail returns all elements of the slice except the first. Returns an empty slice if the slice has 0 or 1 elements.
func Tail[T any](slice []T) []T
Tail returns all elements of the slice except the first. Returns an empty slice if the slice has 0 or 1 elements.