checkIn

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void checkIn(T value, U container, string file, ulong line)
    void
    checkIn
    (
    T
    U
    )
    (
    in T value
    ,,
    in string file = __FILE__
    ,
    in ulong line = __LINE__
    )
    if (
    isAssociativeArray!U
    )
  2. void checkIn(T value, U container, string file, ulong line)

Meta