shouldBeIn

Assert that value is in container.

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

Meta