(One could question how human friendly it is to call lists and dicts "vectors" though...)
https://huml.io/specifications/v0-1-0/#why
props:: mime_type: "text/html", encoding: "gzip" # Inline dict.
props: mime_type: "text/html", encoding: "gzip" # Inline dict.
props: [mime: [html, encoding:[gzip]]]
There are many different humans. I definitely like the idea to separate “:: vs :”.
(One could question how human friendly it is to call lists and dicts "vectors" though...)
https://huml.io/specifications/v0-1-0/#why