Type Definition lua_pattern::Pattern
source · pub type Pattern = Vec<PatternObject>;Expand description
A list of PatternObjects, representing an entire Lua pattern.
pub type Pattern = Vec<PatternObject>;A list of PatternObjects, representing an entire Lua pattern.