shouldNotBeIn

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void shouldNotBeIn(T value, U container, string file, size_t line)
    void
    shouldNotBeIn
    (
    T
    U
    )
    (
    in auto ref T value
    ,
    in auto ref U container
    ,
    in string file = __FILE__
    ,
    in size_t line = __LINE__
    )
  2. void shouldNotBeIn(T value, U container, string file, size_t line)

Meta