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
! shows a public feature. Used for entry point. Functions with the same name with different permissions are allowed e.g.
fn x() {} fn x!() {} is allowed. fn x() {} fn x() {} is not.
*/