pub fn has_index(v: &Value, key: &str) -> Option<bool>
Whether key is an in-range integer index of the typed array / Buffer v. None when v is neither, so callers can fall through to their own logic.
key
v
None