View Source Explorer.Backend.LazySeries (Explorer v0.5.2)

This is an opaque implementation of a Series.

It represents an operation with its arguments.

Link to this section Summary

Link to this section Types

@type t() :: %Explorer.Backend.LazySeries{
  aggregation: boolean(),
  args: list(),
  op: atom()
}