pub fn index(out: &mut CodeValue, arr: &CodeValue, i: &CodeValue)
arr[index] element access, exactly like .code source’s own semantics: writes Null on a non-Array or out-of-bounds index.
arr[index]
.code