Instance Propertyswift 6.2.4Swift
debugDescription
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
var debugDescription: String { get }var debugDescription: String { get }import Swift@frozen struct StaticBigIntAn immutable arbitrary-precision signed integer.
@frozen struct StringA Unicode string value that is a collection of characters.
var bitWidth: Int { get }Returns the minimal number of bits in this value’s binary representation, including the sign bit, and excluding the sign extension.
var customMirror: Mirror { get }subscript(wordIndex: Int) -> UInt { get } Returns a 32-bit or 64-bit word of this value’s binary representation.
func signum() -> Int Indicates the value’s sign.