Function isBracket

Returns true if the char is a ()[]{} bracket

bool isBracket (
  dchar ch
) nothrow @safe;