package
0.0.0-20201027173521-df1ffc243217
Repository: https://github.com/tomarrell/lbadd.git
Documentation: pkg.go.dev

# Functions

Merge creates a new matcher, that accepts runes that are matched by one or more of the given matchers.
New creates a new matcher from a given match function.
RuneWithDesc creates a matcher that matches only the given rune.
String creates a matcher that checks whether a rune is part of the given string.

# Structs

M is the definition of a character class, which can tell whether a rune is part of that character definition or not.