isRefIterable

Is true if R is iterable over references to its elements.

Typically used to iterate over ranges with uncopyable elements.

TODO Add to Phobos.

enum bool isRefIterable(T);

Meta