Kind
enum Kind
The storage variants of a BigUInt.
-
Words are stored in a slice of the storage array.
Declaration
Swift
case slice(from: Int, to: Int) -
Words are stored in the storage array.
Declaration
Swift
case array
Kind Enumeration Reference