pub type Pattern = Vec<PatternObject>;Expand description
A list of PatternObjects, representing an entire Lua pattern.
Aliased Typeยง
pub struct Pattern { /* private fields */ }pub type Pattern = Vec<PatternObject>;A list of PatternObjects, representing an entire Lua pattern.
pub struct Pattern { /* private fields */ }