| Did you know ... | Search Documentation: |
| Predicate meta_options/3 |
call(IsMeta, Name). Here is an example:
meta_options(is_meta, OptionsIn, Options),
...
is_meta(callback).
Meta-options must have exactly one argument. This argument will be qualified.