= "array_set"
= "Set the value at a given index in an array, returning the modified array"
= "array_set.rs"
= "array_set.md"
= "rust"
[[]]
= "array" # the array to modify
= "array/"
[[]]
= "index" # the index to write to
= "number"
[[]]
= "value" # the value to set
[[]]
= "array/" # the modified array