destroy
fn
void destroy(T)(ref T t) if (is(T == struct) && dtorIsNothrow!T)No documentation available for this declaration.
fn
void destroy(T)(ref T t) if (!is(T == struct))No documentation available for this declaration.