Optional Element
Creates an optional PatternElement that matches 0 or 1 times.
This is a convenience function equivalent to RepeatableElement(element, min = 0, max = 1).
Return
A RepeatableElement configured for optional matching
Parameters
element
The PatternElement to make optional