# Functions
FindEllipsesPatterns - finds all ellipses patterns, recursively and parses the ranges numerically.
HasEllipses - returns true if input arg has ellipses type pattern.
# Variables
ErrInvalidEllipsesFormatFn error returned when invalid ellipses format is detected.
# Structs
Pattern - ellipses pattern, describes the range and also the associated prefix and suffixes.
# Type aliases
ArgPattern contains a list of patterns provided in the input.