only

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

Meta