^title Module "meta" This module enables Wren to do certain kinds of meta-programming. It is an optional module. You can omit it from your application by setting the preprocessor constant `WREN_OPT_META` to `0`. It contains a single class: * [Meta](meta.html)