Crate indxvec[][src]

Modules

Macros

macro here!() gives &str with the current file:line path::function for error messages.

Structs

GreenIt (GI) struct facilitates printing (in green) any singular type that has Display implemented.

Wrapper struct for Generic Sets. Constructor is not needed, plain brackets GS(&slice) work just as well

Traits

Methods to manipulate indices of Vec<usize> type.

Functions

Helper function to format in green a single item.

Helper function write vector. Formats Vec as a space separated list that can be Displayed without recourse to Debug. This must be done in Rust item by item, hence the iteration. You can remove the green colour incantations at the beginning and at the end, if not wanted.