Bundle.isValuePresent

Check if value present in bundle (pos value from line)

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

Return Value

Type: bool

if value present in bundle - true, else - false

Meta