Skip to main content

elem_get

Function elem_get 

Source
pub fn elem_get(recv: &Value, key: &str) -> Option<Value>
Expand description

ta[i] read: the element at char/index i, or None if i is out of range or not an integer index.