valueCompatible

abstract fun valueCompatible(value: ShakeValue): Boolean(source)

Checks if the provided value is compatible with the variable's type.

Return

True if the value is compatible, false otherwise.

Parameters

value

The value to check for compatibility.