You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
FixedSizeArrays uses
setindex
to mean whatassoc
does in this package. Personally, I findsetindex
more consistent. I don't have any opinion as to whetherassoc
should be kept or deprecated (note thatsetindex
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.The text was updated successfully, but these errors were encountered: