Julia macros to easily construct named tuples and set properties of mutable structures.
AddToField.jl can be installed via the Julia package manager. Run either of the following to install:
julia> import Pkg; Pkg.add("AddToField")
or via the Pkg
REPL mode (enter by typing ]
at the REPL console)
] add AddToField
Pull requests are welcome. Pull requests should include updated tests. If functionality is changed, docstrings should be added or updated. Generally, follow the guidelines in DataFrames.