shouldNotBeIn

Assert value is not in container.

  1. void shouldNotBeIn(T value, U container, string file, size_t line)
    void
    shouldNotBeIn
    (
    T
    U
    )
    (
    const scope auto ref T value
    ,
    const scope auto ref U container
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. void shouldNotBeIn(T value, U container, string file, size_t line)

Meta