You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a new "kind" of Record, mostly because it has a very different API. Maybe [NominalRecord] pointing to the fact it's nominal as in non-ordered/name-bound? Other ideas?
The text was updated successfully, but these errors were encountered:
HaloFour wrote up an interesting solution for struct Builder that also supports inheritance and allows nice selective With update.
See https://gist.github.com/amis92/dfc52fb774d44194f8846b2f560c2f96
This would solve our following issues:
struct Builder would nicely support unordered feature
@bboyle1234 @atifaziz @MKMZ request for comments :)
This could be a new "kind" of Record, mostly because it has a very different API. Maybe
[NominalRecord]
pointing to the fact it's nominal as in non-ordered/name-bound? Other ideas?The text was updated successfully, but these errors were encountered: