[][src]Module agnes::access

Traits for accessing data within agnes data structures.

The DataIndex trait provides index-based access to a field's data as well as method which generates a DataIterator.

Structs

DataIterator

Iterator over the data in a data structure that implement DataIndex.

DrainIterator

Draining iterator over the data in a data structure that implements DataIndex.

ValueMap

Mapping iterator applying function F to the data in a data structure that implement DataIndex. T is the data type held within this data structure, and I is the base iterator that is being mapped over.

Traits

DataIndex

Trait that provides access to values in a data field.

DataIndexMut

Trait that provides mutable access to values in a data field.

NRows

Trait to provide the number of rows of this data structure.