Mutable arrays #428
Labels
compiler
General compiler. Should eventually become more specific as the issue is triaged
enhancement
New feature or request
language feature
Core language features visible to end users
P: high
Should be looked at if there are no critical issues left
#18 and #424 introduced const arrays but mutable arrays still need to be done
A part of this may be to introduce the
IndexMut
trait and to call it (instead of theIndex
trait) for mutable values for types other than static arrays. See #429The text was updated successfully, but these errors were encountered: