convenience init(_ value: Int64)
s13JavaScriptKit8JSBigIntC0ab3BigE7SupportEyACs5Int64Vcfc
65JYM
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 Int64
A 64-bit signed integer value type.
convenience init(unsigned value: UInt64)
var int64Value: Int64 { get }
var uInt64Value: UInt64 { get }