wasmi/num_bigint/sidebar-items.js

1 line
504 B
JavaScript
Raw Normal View History

2019-10-23 15:27:04 +00:00
initSidebarItems({"enum":[["Sign","A Sign is a `BigInt`'s composing element."]],"struct":[["BigInt","A big signed integer type."],["BigUint","A big unsigned integer type."],["ParseBigIntError",""]],"trait":[["ToBigInt","A generic trait for converting a value to a `BigInt`. This may return `None` when converting from `f32` or `f64`, and will always succeed when converting from any integer or unsigned primitive, or `BigUint`."],["ToBigUint","A generic trait for converting a value to a `BigUint`."]]});