Expand description
§Vista
Vista is a very simple library for visualising arrays and vectors in the terminal.
Structs§
- Comma
Separated - Display method that prints each element with a comma and space as a separator.
- Display
Array - Display wrapper with a phantom type for the display method
- Double
Joined - Display method that prints each element twice, without any separator.
- Joined
- Display method that prints each element without any separator.
- Separated
- Display method that prints each element separated by a space.
Traits§
- Display
Ext - Common trait for displayable arrays.