OptionRange.save

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

Meta