isRefIterable

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

Typically used to iterate over ranges with uncopyable elements.

TODO: Move to Phobos.

enum bool isRefIterable(T);

Meta