sparkline

Generates sparkline string given arrray of numbers

string
sparkline
(
const float[] numbers
,
immutable(string)[] steps = ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
)

Meta