Skip to main content

index

Function index 

Source
pub fn index(out: &mut CodeValue, arr: &CodeValue, i: &CodeValue)
Expand description

arr[index] element access, exactly like .code source’s own semantics: writes Null on a non-Array or out-of-bounds index.