eatUntil

Return arr until the first instance of separator (excluding it), and set arr to the remaining part (again, excluding the separator). Throws if the separator is not found.

T[]
eatUntil
(
T
)
(
ref T[] arr
,)

Meta