Module nice_smile::pattern
source · Expand description
This module contains the pattern::Pattern struct and its implementation.
Structs§
- A pattern, otherwise called an essential graph, is a collection of nodes and edges that can be either directed
- A node in a Pattern
Enums§
- The type of an edge in a pattern
- Errors that can occur when working with a Pattern
Type Aliases§
- A result type for operations on a Pattern