Module rstats::triangmat

source ·
Expand description

Associated functions implemented for struct TriangMat

Constants

When interpolated, makes following foreground rendering bold blue
When interpolated, makes following foreground rendering bold cyan
When interpolated, makes following foreground rendering bold green
When interpolated, makes following foreground rendering bold magenta
When interpolated, makes following foreground rendering bold red
Returns the terminal rendering to default
When interpolated, makes following foreground rendering bold yellow

Traits

Trait to serialize slices of generic items &[T] (vectors) and slices of Vecs of generic items &[Vec<T>] (matrices). All are converted into printable strings and optionally coloured. Also, methods to serialize and render the resulting string in bold ANSI terminal colours.
Methods to manipulate generic Vecs and slices of type &[T]