Module vector_ops

Source
Expand description

Traits for common operations on C++ vectors.

Traitsยง

Data
Provides access to the underlying memory buffer.
DataMut
Provides mutable access to the underlying memory buffer.
Size
Provides access to the size of the collection.