missing

Check if Dict misses the column.

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

Return Value

Type: bool

true if dict doe not contain the column.

Meta