equal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void equal(Should should, T expected, Fence _, string file, size_t line)
  2. auto equal(Should should)
  3. void equal(Should should, T expected, ErrorValue error, Fence _, string file, size_t line)
    void
    equal
    (
    Should
    T
    )
    (
    Should should
    ,,
    ErrorValue error
    ,
    Fence _ = Fence()
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should) &&
    should.hasWord!"approximately"
    )

Meta