Skip to main content

is_bigint_kind

Function is_bigint_kind 

Source
pub fn is_bigint_kind(kind: &str) -> bool
Expand 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.