has

Test if Dict has property of type T

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

Meta