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