Function constant

  • Create a constant immutable cell.

    Type Parameters

    • T

    Parameters

    • input: Input<T>

      The value of the cell.

    Returns Cell<T>