pub fn limited_item_prefix_should_insert<'a, 'b, F>(
itype: Item,
key: Token,
get_other: F,
) -> Option<Token>Expand description
Used for scripted triggers, effects, and modifiers. Handles the REPLACE: etc prefixes, and
returns the name to insert under iff the new item should be inserted.