Function getPairedBracket

Returns the paired bracket for the , if it's one of ()[]{}, otherwise returns 0

dchar getPairedBracket (
  dchar ch
) nothrow @safe;