core: Implement len()
on tuples.
#484
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#484
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nac3core
currently only supportslen()
on 1)list[L]
, 2)ndarray[L, N]
, and 3)range
.Should be easy.
core: Implement `__len__` on tuples.to core: Implement `len()` on tuples.I have a working branch in
feature/tuple-len
, you can continue my work on that branch.Sure
Implemented in #489