Initializer (Default implementation)javascriptkit 0.24.0JavaScriptKit->Swift

init(exactly:)

Construct an instance of SignedInteger from the given JSBigIntExtended.

ConstructibleFromJSValue.swift:43
init?(exactly bigInt: some JSBigIntExtended)

Parameters

bigInt

The JSBigIntExtended to decode

If the value is too large to fit in the Self type, nil is returned.