Making emplaceRef public

Per Nordlöw per.nordlow at gmail.com
Fri Apr 6 17:46:26 UTC 2018


Why isn't `std.conv.emplaceRef` public when `std.conv.emplace` is?

AFAICT,

emplaceRef(x, ...)

is a bit more @safe than

emplace(&x, ...)

...


More information about the Digitalmars-d-learn mailing list