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
Unique is a "unique" data type, it can be constructed from Raw-String value. However, every Unique value is unique. You can create two Unique value from a same String, but the two Unique are actually different, just like Symbol in JavaScript. Unique can be constructed from standard function unique
Changed type constants (NUMBER, STRING etc.) from Number typed to Unique typed, and the standard function type now returns Unique typed value.
More type annotations added, see Tutorials - syntax - function for more detail.