Set of characters that contain all possible bracket characters
Source position: strutils.pp line 241
const Brackets = ['(', ')', '[', ']', '{', '}'];