Variable OpDef.verifier

A verifier is used to ensure that an Operation object correctly constructed.

struct OpDef
{
  // ...
  bool delegate(Operation) verifier ;
  // ...
}