ets_macro v0.2.0 EtsMacro
generates ets module under the name of your choice
Link to this section Summary
Functions
use EtsMacro, module_name this will generate a module with all ets functions
same as the use EtsMacro, module_name
but you can call it with EtsMacro.main()
Link to this section Functions
Link to this macro
__using__(module_name) (macro)
use EtsMacro, module_name this will generate a module with all ets functions
Link to this macro
main(module_name) (macro)
same as the use EtsMacro, module_name
but you can call it with EtsMacro.main()