ShouldList.contain

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto contain(V expectedValueList, string file, size_t line)
  2. auto contain(U value, string file, size_t line)
    struct ShouldList(T)
    @trusted
    contain
    (,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    )
    if (
    isInputRange!(T)
    )

Meta