Search Results

phobos
std.​range.​primitives.​isRandomAccessRange

Returns true if R is a random-access range. A random-access range is a bidirectional range that also offers the primitive opIndex, OR an infinite forward range that offers opIndex. In either case, the range must either offer length or be infinite. The following code should compile for any random-access range.

tanya
tanya.​range.​primitive.​isRandomAccessRange

Determines whether R is a random-access range.

concepts
concepts.​range.​isRandomAccessRange

Returns true if R is a random-access range. A random-access range is a bidirectional range that also offers the primitive opIndex, OR an infinite forward range that offers opIndex. In either case, the range must either offer length or be infinite. The following code should compile for any random-access range.

tanya
tanya.​range.​primitive.​isRandomAccessRange.​isRandomAccessRange
Undocumented in source.