Boxic.FEEL.Range (boxic_feel v0.1.0)

Copy Markdown View Source

FEEL range value.

Summary

Types

t()

@type t() :: %Boxic.FEEL.Range{
  end: term(),
  end_inclusive: boolean(),
  start: term(),
  start_inclusive: boolean()
}