You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or is should just return an nqp::list_s rather than an nqp::list with boxed strings.
nqp::split is documented to take 2 parameters: the delimiter and the string. It can actually take a third parameter, of which the usage is undocumented (and I've not been able to find a usage of in the NQP code base).