# `Explorer.Backend.LazySeries`
[🔗](https://github.com/elixir-nx/explorer/blob/v0.12.0/lib/explorer/backend/lazy_series.ex#L1)

This is an opaque implementation of a Series.

It represents an operation with its arguments.

# `t`

```elixir
@type t() :: %Explorer.Backend.LazySeries{
  aggregation: boolean(),
  args: list(),
  backend: nil | module(),
  dtype: any(),
  op: atom(),
  resource: nil
}
```

---

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