pub fn is_bigint_kind(kind: &str) -> boolExpand description
Whether kind stores BigInt elements rather than Numbers. The two 64-bit
views are the only ones: their elements do not fit an f64 without loss, so
the whole element pipeline carries Value rather than f64.