<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "P256K",
  "identifier" : "/documentation/P256K/Int256",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "P256K"
    ],
    "preciseIdentifier" : "s:5P256K6Int256V"
  },
  "title" : "Int256"
}
-->

# Int256

A 256-bit signed integer backed by a `UInt128` low limb and an `Int128` high limb, conforming to `FixedWidthInteger`, `BinaryInteger`, and `SignedInteger`; the signed counterpart to [`UInt256`](/documentation/P256K/UInt256).

```
@frozen struct Int256
```