var endIndex: Int { get }
s6BigIntAAV5WordsV8endIndexSivp
6L5QK
import BigInt
struct Words
struct BigInt
An arbitary precision signed integer type, also known as a “big integer”.
@frozen struct Int
A signed integer value type.
var count: Int { get }
var indices: Indices { get }
var startIndex: Int { get }
subscript(index: Int) -> UInt { get }
typealias Indices = CountableRange<Int>