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
There are casting rules that should be allowed, e.g. uint8 to uint16.
To be determined if we allow any other implicit casting aside from number types from small size -> bigger size.
@pipeos/sanctuary-types should define casting rules.
The text was updated successfully, but these errors were encountered:
There are casting rules that should be allowed, e.g.
uint8
touint16
.To be determined if we allow any other implicit casting aside from number types from small size -> bigger size.
@pipeos/sanctuary-types should define casting rules.
The text was updated successfully, but these errors were encountered: