-
Notifications
You must be signed in to change notification settings - Fork 33
conj is a pun #66
Copy link
Copy link
Open
Description
conj(s::PersistentSet{T}, val) should not overload Base.conj.
Base.conj is complex conjugation.
I suggest replacing it with push.
We already provide push as an alias for conj.
push is a good name since push!(::Set, val) is how you add one element to a Base.Set
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels