AddToField.jl

Julia macros to easily construct named tuples and set properties of mutable structures.
Author pdeffebach
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
March 2021

AddToField

Julia macros to easily construct named tuples and set properties of mutable structures.

Installation

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

Documentation

Package Maintenance

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.

Required Packages

Used By Packages

No packages found.