Files
tantivy/fst/automaton/sidebar-items.js
2018-02-12 02:52:50 +00:00

1 line
802 B
JavaScript

initSidebarItems({"struct":[["AlwaysMatch","An automaton that always matches."],["Complement","An automaton that matches exactly when the automaton it wraps does not."],["ComplementState","The `Automaton` state for `Complement<A>`."],["Intersection","An automaton that matches when both of its component automata match."],["IntersectionState","The `Automaton` state for `Intersection<A, B>`."],["StartsWith","An automaton that matches a string that begins with something that the wrapped automaton matches."],["StartsWithState","The `Automaton` state for `StartsWith<A>`."],["Union","An automaton that matches when one of its component automata match."],["UnionState","The `Automaton` state for `Union<A, B>`."]],"trait":[["Automaton","Automaton describes types that behave as a finite automaton."]]});