Dividers
Dividers copied to clipboard
Add composable selectors
Add a few composable selectors like:
- AndSelector that performs the drawing only if two or more provided selectors affects that cell. It will draw the intersection of all the sides provided by all of his child selectors.
- OrSelector basically the same as AndSelector but with the OR boolean operator.