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
Right now bs.optional will turn a record field into an optional with getters and setters that work accordingly. We're using option right now as the types everywhere, but we could use *predef* option which is a little more robust against redefining option and is supported at the compiler level
The text was updated successfully, but these errors were encountered:
Right now bs.optional will turn a record field into an optional with getters and setters that work accordingly. We're using
option
right now as the types everywhere, but we could use*predef* option
which is a little more robust against redefiningoption
and is supported at the compiler levelThe text was updated successfully, but these errors were encountered: