-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
FixedSizeArrays uses setindex
to mean what assoc
does in this package. Personally, I find setindex
more consistent. I don't have any opinion as to whether assoc
should be kept or deprecated (note that setindex
has opposite argument order).
Perhaps a new package can be spun off with definitions for non-mutating versions of Base functions, and packages like FunctionalCollections can extend those. In particular, it would be useful to make push
, append
, and the like extensible by other packages without requiring a dependency on FunctionalCollections. But that's a different issue.
shashi
Metadata
Metadata
Assignees
Labels
No labels