fast_splitter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. R[] fast_splitter(R[] tokens, R range, R splits_on)
    @nogc
    R[]
    fast_splitter
    (
    R
    )
    (
    R[] tokens
    ,,
    R splits_on = cast(R)SPLIT_ON
    )
  2. R[] fast_splitter(R range, R splits_on)

Meta