[][src]Module cpp_core::vector_ops

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.