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.
See Implementation
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.