Bundle.isValuePresent

Check is value present in bundle (First value from line)

  1. bool isValuePresent(GlKey glKey, Key key, int pos)
  2. bool isValuePresent(GlKey glKey, Key key)
    class Bundle
    pure immutable nothrow
    bool
    isValuePresent

Return Value

Type: bool

if value present in bundle - true, else - false

Meta