be

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

Meta