Protocol
JSBigIntExtended
public protocol JSBigIntExtended: JSBigInt
Relationships
Conforms To
JSBigInt
A wrapper around the JavaScript
BigInt
class that exposes its properties in a type-safe and Swifty way.
Types Conforming to JSBigIntExtended
JSBigInt
A wrapper around the JavaScript
BigInt
class that exposes its properties in a type-safe and Swifty way.
Requirements
int64Value
var int64Value: Int64
uInt64Value
var uInt64Value: UInt64
init(_:)
init(_ value: Int64)
init(unsigned:)
init(unsigned value: UInt64)