[][src]Function hatter::builtin::index

pub fn index(args: Args<'_>) -> Result<Value>

. operator and [] operator Look up a List item by number or a Map item by key. Returns None or the Value.