Instance Property

description

A textual representation of this value.

Declaration

var description: String { get }

See Also

Describing an Integer

var hashValue: Int

The hash value.

func hash(into: inout Hasher)

Hashes the essential components of this value by feeding them into the given hasher.

var customMirror: Mirror

A mirror that reflects the Int instance.