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
To make it distinguishable from TyKind::Bool (mentioned here as well: #201 (comment) ). Would it make sense to have bits::Bit::new(1); instead of bits::Bool::new(1);?
When creating a variable to represent a bool value, we have to make sure it is constrained as a boolean.
For example:
To make the code more expressive by itself, we can add a bool type in stdlib to constrain the field variable as a boolean value.
For example:
This
Bool
type can be an addition to the existingstd::bits
stdlib module.Related: #201 (comment)
The text was updated successfully, but these errors were encountered: