isBufferedInputRange

* Buffered input range - generic, non-image code Is the given range a buffered input range? That is, an input range that also provides consumeFromFront(int) and appendToFront()

THIS IS BAD CODE. I wrote it before understanding how ranges are supposed to work.

template isBufferedInputRange (
R
) {
enum bool isBufferedInputRange;
}
Suggestion Box / Bug Report