core: Implement len() on tuples. #484

Closed
opened 2024-08-04 20:56:58 +08:00 by lyken · 3 comments
Collaborator

nac3core currently only supports len() on 1) list[L], 2) ndarray[L, N], and 3) range.

Should be easy.

`nac3core` currently only supports `len()` on 1) `list[L]`, 2) `ndarray[L, N]`, and 3) `range`. Should be easy.
lyken changed title from core: Implement `__len__` on tuples. to core: Implement `len()` on tuples. 2024-08-04 20:57:45 +08:00
Collaborator

I have a working branch in feature/tuple-len, you can continue my work on that branch.

I have a working branch in `feature/tuple-len`, you can continue my work on that branch.
Author
Collaborator

Sure

Sure
lyken self-assigned this 2024-08-12 17:09:50 +08:00
Author
Collaborator

Implemented in #489

Implemented in https://git.m-labs.hk/M-Labs/nac3/pulls/489
lyken closed this issue 2024-08-13 15:13:54 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#484
No description provided.