Skip to main content

index_get

Function index_get 

Source
pub fn index_get(container: &Value, index: &Value) -> DogeResult
Expand description

container[index]. List by Int, Dict by Str key, Str by character index (never byte index — "héllo"[1] == "é").