# `Ash.UUID`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/uuid.ex#L5)

Helpers for working with UUIDs

# `raw`

```elixir
@type raw() :: Ecto.UUID.raw()
```

A raw binary representation of a UUID.

# `t`

```elixir
@type t() :: Ecto.UUID.t()
```

A hex-encoded UUID string.

# `generate`

```elixir
@spec generate() :: Ecto.UUID.t()
```

Generates a new uuid

---

*Consult [api-reference.md](api-reference.md) for complete listing*
