Implement support for string and tuple equality comparison #503
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#503
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix/issue-500"
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?
Support for comparisons (e.g.
<
) not implemented. This should be implemented probably afterall
andany
(using reduce) is implemented, which would aid implementing these operators for all collection-like types (includinglist
).