Registry.register

Register a new assert operation

  1. Registry register(string name, Operation operation)
  2. Registry register(string name, IResult[] function(ref Evaluation) @(safe) nothrow operation)
  3. Registry register(string valueType, string expectedValueType, string name, Operation operation)
  4. Registry register(string valueType, string expectedValueType, string name, IResult[] function(ref Evaluation) @(safe) nothrow operation)
    class Registry
    register
    (
    string valueType
    ,,
    string name
    ,
    IResult[] function @safe nothrow operation
    )

Meta