<!--
{
  "documentType" : "article",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/UInt8/UnsignedInteger-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "UnsignedInteger Implementations"
}
-->

# UnsignedInteger Implementations

## Topics

### Initializers

[`init<T>(T)`](/documentation/Swift/UInt8/init(_:)-5kvfz)

Creates a new instance from the given integer.

[`init?<T>(exactly: T)`](/documentation/Swift/UInt8/init(exactly:)-41wk8)

### Instance Properties

[`var magnitude: Self`](/documentation/Swift/UInt8/magnitude-swift.property)

The magnitude of this value.

### Type Properties

[`static var isSigned: Bool`](/documentation/Swift/UInt8/isSigned)

A Boolean value indicating whether this type is a signed integer type.

[`static var max: Self`](/documentation/Swift/UInt8/max)

The maximum representable integer in this type.

[`static var min: Self`](/documentation/Swift/UInt8/min)

The minimum representable integer in this type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)