arrayvec icon indicating copy to clipboard operation
arrayvec copied to clipboard

Add try_push_uninit and test

Open phughk opened this issue 1 year ago • 0 comments

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.

phughk avatar Oct 15 '24 13:10 phughk