17 using PatternIdMapToTemplateItemId = ::std::unordered_map<::HashedString, ::HashedString>;
19 using TemplateItemIdToPatternIdMap = ::std::unordered_map<::HashedString, ::HashedString>;
24 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mTemplateItemToPatternIdMap;
25 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mPatternIdToTemplateItemMap;
32 MCAPI
void initializeFromTrimPatterns(::std::vector<::TrimPattern>
const& patterns);