enforceImpl

ditto

Parameters

op

binary operator string

T1

type of left operand

T2

type of right operand

e Exception

exception instance to throw in case of an error (evaluated once in case of an error, not evaluated otherwise)

a T1

left operand

b T2

right operand

file istring

file of origin

line int

line of origin

Throws

e if expression evaluates to false

Meta