testChain

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void testChain(R r)
    version(unittest)
    void
    testChain
    (
    DriveMode mode
    string filterlist
    R
    )
    (
    R r
    )
    if (
    isInputRange!R &&
    is(ElementType!R : ulong)
    )
  2. void testChain()

Meta