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
Fill(x), using Fill from FillArrays.jl, creates an immutable zero-dimensional array, making me question the usefulness of ZeroDimensionalArrayImmutable.
That said, this package is tiny, while FillArrays.jl is larger and has nontrivial dependencies, making FillArrays.jl seem less suitable as a replacement for Ref.
The text was updated successfully, but these errors were encountered:
Fill(x)
, usingFill
from FillArrays.jl, creates an immutable zero-dimensional array, making me question the usefulness ofZeroDimensionalArrayImmutable
.That said, this package is tiny, while FillArrays.jl is larger and has nontrivial dependencies, making FillArrays.jl seem less suitable as a replacement for
Ref
.The text was updated successfully, but these errors were encountered: