Skip to main content

index_get

Function index_get 

Source
pub fn index_get(
    coll: &RuntimeValue,
    idx: &RuntimeValue,
) -> Result<RuntimeValue, String>
Expand description

1-based index for List/Tuple/Text; key lookup for Map; Text-keyed field read for Struct.