Skip to content

v0.1.2: New feature for update!-function (#11)

Compare
Choose a tag to compare
@ahojukka5 ahojukka5 released this 23 Jan 13:06
· 70 commits to master since this release
dcace9c
It's possible to replace or add new field to element using command

```julia
f = field(1)
update!(element, "my field", f)
```