Module rstats::triangmat

source ·
Expand description

Associated functions implemented for struct TriangMat

Traits§

  • Methods to manipulate and apply indices of Vec<usize> type.
  • Trait to serialize tuples &(T,T) and &(T,T,T) and slices &[T], &[&[T]], &[Vec<T>]. Suitable for printing or writing to files pairs, triplets, all kinds of Vecs and slices and irregularly shaped 2D matrices.
    All are converted into Strings and optionally decorated and coloured. Included are methods and constants to render the resulting String in six primary bold ANSI terminal colours.
  • Methods to manipulate generic Vecs and slices of type &[T]