CharacterPair type

A tuple of two characters, like a pair of opening and closing brackets.

type CharacterPair = [string, string]