Remove
func Remove[T any](slice []T, i int) []T
Remove takes a slice of type T and an index, removing the element at the given index.
func Remove[T any](slice []T, i int) []T
Remove takes a slice of type T and an index, removing the element at the given index.