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 has been a source of confusion in several trainings, as U8 is pretty hard to distinguish from u8, especially when everything is new. Explicitly using consts::U8 makes it more clear that this is not a type, but a constant
The text was updated successfully, but these errors were encountered:
This has been a source of confusion in several trainings, as
U8
is pretty hard to distinguish fromu8
, especially when everything is new. Explicitly usingconsts::U8
makes it more clear that this is not a type, but a constantThe text was updated successfully, but these errors were encountered: