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
A range is an expression, may be iterated over, and has the following notation: expression ( .. | ..= ) expression [ .. expression]
A slice is an expression, and has the following notation: expression ( :: | ::= ) expression [ :: expression ]
Note that unlike Python, we use :: instead of : to separate single arguments to the slice.
Can iterate over all types which implement an iterator
Fix several bugs associated with constraining function call arguments with expressions and property calls