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.
pub fn index_get(
coll: &RuntimeValue,
idx: &RuntimeValue,
) -> Result<RuntimeValue, String>1-based index for List/Tuple/Text; key lookup for Map; Text-keyed field read for Struct.