<=(_:_:)

Less than or equal

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

Parameters

x

First operand

y

Second operand

Returns

true if x <= y, false otherwise