Instance Propertyswift 6.0.3Swift
customMirror
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
var customMirror: Mirror { get }
var customMirror: Mirror { get }
import Swift
@frozen struct StaticBigInt
An immutable arbitrary-precision signed integer.
struct Mirror
A representation of the substructure and display style of an instance of any type.
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 debugDescription: String { 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.