missing

Test if Dict misses property of type T

  1. bool missing(const(Dict) dict, string col)
  2. bool missing(const(Dict) dict, string key)
    bool
    missing
    (
    T
    )
    (
    const(Dict) dict
    ,
    string key
    )

Meta