has

Check if Dict contains column.

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

Return Value

Type: bool

true if dict contains that column.

Meta