save

pragma(inline, true)
inout(T)[]
save
(
T
)
(
scope return inout(T)[] array
)

Examples

auto a = [1, 2];
assert(a is a.save);

Meta