Module cursor
Functions
- reserve_and_pad Reserves the required space, and pads the vec with 0s if necessary.
-
vec_write_all
Resizing
write_allimplementation forCursor. - vec_write_all_unchecked Writes the slice to the vec without allocating.
-
vec_write_all_vectored
Resizing
write_all_vectoredimplementation forCursor.