---
title: "init(rawValue:)"
framework: coredata
role: symbol
role_heading: Initializer
path: "coredata/nsfetchrequestresulttype/init(rawvalue:)"
---

# init(rawValue:)

Creates a fetch request result type using the specified raw value.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: The raw unsigned integer value.
