ExtractMacro.jl

Provides a convenience Julia macro to extract fields from composite types
Popularity
15 Stars
Updated Last
1 Year Ago
Started In
July 2016

ExtractMacro.jl

Documentation Build Status

This [Julia] package provides a macro to extract fields from composite objects

Installation

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

Documentation

  • STABLEmost recently tagged version of the documentation.
  • DEVin-development version of the documentation.

Required Packages

No packages found.

Used By Packages