Returns true if this array contains the specified byte.
value the byte to search for
value
bool contains(int value) { return _bytes.contains(value); }