Type Definition lua_pattern::Pattern

source ·
pub type Pattern = Vec<PatternObject>;
Expand description

A list of PatternObjects, representing an entire Lua pattern.