Expand description

Contains an ffi-safe equivalent of Vec<T>.

Structs

An Iterator returned by RVec::drain , which removes and yields all the elements in a range from the RVec<T>.

An Iterator returned by <RVec<T> as IntoIterator>::into_iter, which yields all the elements from the RVec<T>, consuming it in the process.

Ffi-safe equivalent of std::vec::Vec.