JuliaObjects / ConstructionBase.jl

Primitives for construction of objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConstructionBase

Stable Dev Build Status GitHub stars

ConstructionBase is a very lightweight package, that provides primitive functions for construction of objects:

setproperties(obj::MyType, patch::NamedTuple)
constructorof(MyType)

These functions can be overloaded and doing so provides interoperability with the following packages:

About

Primitives for construction of objects

License:MIT License


Languages

Language:Julia 100.0%