equal

The word .equal tests its parameter for equality with the left-hand side. If the parameters are strings, a colored diff is used.

  1. void equal(Should should, T value, Fence _, string file, size_t line)
    void
    equal
    (
    Should
    T
    )
    (
    Should should
    ,,
    Fence _ = Fence()
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should)
    )
  2. auto equal(Should should)

Meta