isPow2

Is true if self is a power of 2: 1, 2, 4, 8 …, false otherwise

BigInt.swift:326
var isPow2: Bool { get }