Module :: meta_tools
Collection of general purpose meta tools.
Sample :: variadic constructor of collections
Among other useful meta tools the module aggregates variadtic constructors of collections. For example macro hmap! for constructing a hash map.
Sample :: function-style call
Apply a macro for each element of a list.
Macro for_each may be called either in function-style way or in map-style way.
Pass name of macro to apply to elements as the first arguments and elements after the macro name.
Use comma as delimiter.
To add to your project
Try out from the repository