Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 623 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 623 Bytes

FieldProperties.jl

Build Status codecov

FieldProperties provides an interface for creating method/property based APIs that can be flexibly incorporated into Julia structures. This is predominantly accomplished through the use of @defprop and @properties. These macros help in the creation of methods and mapping them to the fields of a concrete type.