-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Also worth noting that only the single argument overload of range is complete with the function builtin_range: vm/src/builtins.rs. This function could be easily extended to allow for multiple arguments.
Remaining methods
range . __bool__
range . __class__
range . __contains__
range . __dir__
range . __doc__
range . __format__
range . __ge__
range . __getitem__
range . __gt__
range . __init_subclass__
range . __iter__
range . __le__
range . __len__
range . __lt__
range . __reduce__
range . __reduce_ex__
range . __reversed__
range . __setattr__
range . __sizeof__
range . __subclasshook__
range . count
range . index
range . start
range . step
range . stop
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers