= "array_get"
= "Get the value at a given index in an array"
= "array_get.rs"
= "array_get.md"
= "rust"
[[]]
= "array" # the array to index into
= "array/"
[[]]
= "index" # the index to read from
= "number"
[[]]
= "value" # the value at the given index (null if out of bounds)
[[]]
= "array" # pass-through of the input array (for loopback)
= "array/"