Section.mapping

Mapping used by the Params, Macros, and Escapes section types.

  • "Params": key = parameter name, value = parameter description
  • "Macros": key = macro name, value = macro implementation
  • "Escapes": key = character to escape, value = replacement string
struct Section
KeyValuePair[] mapping;

Meta