OptionRange.save

struct OptionRange(T)
@nogc @safe pure nothrow @property
typeof(this)
save
(
)
if (
is(T == class) ||
isPointer!T
)

Meta