Open
Description
From the readme:
Note: you need to import these operators from kotlinx.collections.immutable package in order for them to take the precedence over the ones from the standard library.
That makes it very easy to accidentally use the standard operators, which obviously has bad performance implications. Perhaps the operator functions should be instance methods so that the compiler prefers them over the standard plus
/minus
extension functions?
Metadata
Metadata
Assignees
Labels
No labels