Module col

Module col 

Source
Expand description

column vector

Modules§

generic
generic Col wrapper

Structs§

Mut
see super::ColMut
Own
see super::Col
Ref
see super::ColRef

Traits§

AsColMut
trait for types that can be converted to a column view
AsColRef
trait for types that can be converted to a column view
ColIndex
represents a type that can be used to slice a column, such as an index or a range of indices

Type Aliases§

Col
heap allocated resizable column vector.
ColMut
mutable view over a column vector, similar to a mutable reference to a strided slice
ColRef
immutable view over a column vector, similar to an immutable reference to a strided slice