Skip to content

pdeffebach/AddToField.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages