plymio_fontais v0.2.0 Plymio.Fontais.Option.Macro View Source

Macros for Custom Option (“opts”) Accessors and Mutators.

See Plymio.Fontais for overview and documentation terms.

These macros define custom versions of a small set of functions from Plymio.Fontais.Option such as Plymio.Fontais.Option.opts_get/3

The customisation hardcode (“curries”) arguments such as the key and default.

Link to this section Summary

Link to this section Functions

Link to this macro def_custom_opts_delete(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_drop(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_fetch(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_get(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_get_values(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_has_key?(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_put(opts \\ []) View Source (macro)
Link to this macro def_custom_opts_put_value(opts \\ []) View Source (macro)