The OpenD Programming Language

Take.opDollar

Range primitives

import std.range;
struct Take(Range)
static if(isInfinite!R)
alias opDollar = length

Meta