Contents

UInt

An unsigned integer value type.

Declaration

@frozen struct UInt

Overview

On 32-bit platforms, UInt is the same size as UInt32, and on 64-bit platforms, UInt is the same size as UInt64.

Topics

Structures

Operators

Initializers

Instance Properties

Instance Methods

Type Aliases

Type Properties

Default Implementations

See Also

Unsigned Integers