core.internal.lifetime
Functions 6
fn
void emplaceRef(T, UT, Args...)(ref UT chunk, auto ref Args args)fn
void emplaceRef(UT, Args...)(ref UT chunk, auto ref Args args) if (is(UT == core.internal.traits.Unqual!UT))fn
void emplaceInitializer(T)(scope ref T chunk) if (!is(T == const) && !is(T == immutable) && !is(T == inout)) nothrow pure @trustedfn
void swap(T)(ref T lhs, ref T rhs)fn
void __doPostblit(T)(T[] arr)fn
void __doPostblit(T)(T[] arr, ref size_t i)