mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-27 03:09:14 -06:00
This allows setting a field in a struct to a new type or to set a non-existig field in a struct. In JS this is done through the StructMirror.p.set and in Go this is done through Struct Set. Fixes #2181