Functions to assert a given condition.
Asserts that the given condition will always be true during runtime.
condition
true
Asserts that the given values v1 & v2 will always be equal during runtime.
v1
v2