Why isn't `std.conv.emplaceRef` public when `std.conv.emplace` is?
AFAICT, emplaceRef(x, ...) is a bit more @safe than emplace(&x, ...) ...
Why isn't `std.conv.emplaceRef` public when `std.conv.emplace` is?
AFAICT, emplaceRef(x, ...) is a bit more @safe than emplace(&x, ...) ...