StatedPredict typedef

StatedPredict = bool Function(Stated stated)

Determine whether stated matches or not

Implementation

typedef bool StatedPredict(Stated stated);