convenience init(unsigned value: UInt64)
s13JavaScriptKit8JSBigIntC0ab3BigE7SupportE8unsignedACs6UInt64V_tcfc
3V47B
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
import JavaScriptBigIntSupport
final class JSBigInt
A wrapper around the JavaScript BigInt class that exposes its properties in a type-safe and Swifty way.
BigInt
@frozen struct UInt64
A 64-bit unsigned integer value type.
convenience init(_ value: Int64)
var int64Value: Int64 { get }
var uInt64Value: UInt64 { get }