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

# init(rawValue:)

Creates a typed array with the specified raw value.

## Declaration

```swift
init(rawValue: UInt32)
```

## See Also

### Initializers

- [init(_:)](javascriptcore/jstypedarraytype/init(_:).md)
- [rawValue](javascriptcore/jstypedarraytype/rawvalue.md)
