https://issues.dlang.org/show_bug.cgi?id=14439
Chris Wright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Chris Wright <[email protected]> --- I can simply make .keys and .values @trusted. Brad Roberts, is that acceptable? These functions, being in druntime and applying to a widely used type, *should* be reliably safe, and there shouldn't be anything special you need to do, no precautions you need to take, to make them work safely. --
