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