ReallocPolicy.append

void append(T, V)(ref T[] arr, V value) if (!isInputRange!V)
No documentation available for this declaration.
void append(T, V)(ref T[] arr, V value) if (isInputRange!V && hasLength!V)
No documentation available for this declaration.