>=(_:_:)

Greater than or equal

BigInt.swift:1606
static func >= (x: BInt, y: Int) -> Bool

Parameters

x

First operand

y

Second operand

Returns

true if x >= y, false otherwise