Returns an empty range which is statically known to be empty and is guaranteed to have length and be random access regardless of R's capabilities.
auto range = takeNone!(int[])(); assert(range.length == 0); assert(range.empty);
See Implementation
Returns an empty range which is statically known to be empty and is guaranteed to have length and be random access regardless of R's capabilities.