contain

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void contain(Should should, T set, string file, size_t line)
    void
    contain
    (
    Should
    T
    )
    (
    Should should
    ,
    T set
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should)
    )
  2. auto contain(Should should)

Meta