grab

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto grab(R1 seq, R2 choices)
    grab
    (
    alias pred = "a == b"
    R1
    R2
    )
    (
    ref R1 seq
    ,)
    if (
    !hasSlicing!R1 &&
    isInputRange!R1
    &&
    isForwardRange!R2
    )
  2. S1 grab(S1 seq, S2 choices)

Meta