Type Alias Pattern

Source
pub type Pattern = Vec<PatternObject>;
Expand description

A list of PatternObjects, representing an entire Lua pattern.

Aliased Typeยง

struct Pattern { /* private fields */ }