Documentation | Build Status |
---|---|
This [Julia] package provides a macro to extract fields from composite objects
To install the module, use Julia's package manager: start pkg mode by pressing ] and then enter:
(v1.3) pkg> add ExtractMacro
The module can then be loaded like any other Julia module:
julia> using ExtractMacro