Module music_theory::utils::infos

source ·
Expand description

Functionality for formatting information.

Traits

Functions

  • Space strings out evenly. strings are the strings to be spaced out. space is how many characters of space each string is allowed, the widht of the spacing. end will be pushed onto the end of the output.
  • Space out strings in a grid. strings are the strings to be spaced out in the grid. width is the size in characters that each grid slot has. padding is the size in characters that sits between the columns.