The OpenD Programming Language

BufferedInputRange.empty

Forwards to the underlying range's empty function

struct BufferedInputRange(Range)
bool
empty
()
if (
isInputRange!(Range) &&
)

Meta