Literal<T> constructor

const Literal<T>(
  1. T value
)

Configuration for defining a literal.

Implementation

const Literal(
  this.value,
);