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