• Provides an assertion statement for Cont. It will returns an empty computation if cond is true, otherwise it will occur an exception.

    Type Parameters

    • R

    Parameters

    • cond: boolean

      The condition as branch statement.

    Returns Cont<R, never[]>

    The assertion computation.

Generated using TypeDoc