arrayvec
arrayvec copied to clipboard
Add try_push_uninit and test
Add try_push_uninit , which tries to add an additional element and provides a raw pointer to the already allocated memory.
This is useful if the backing structure is larger than the stack size.
Included is a test that demonstrates the need for this functionality.