pub(crate) const fn armor_equipment(index: usize) -> EquipmentSlotExpand description
The equipment slot for an armor/offhand container index.
ยงPanics
Panics if index is not an equipment index. Menu sections restrict
themselves to PlayerInventory::ARMOR_TOP_DOWN and
PlayerInventory::SLOT_OFFHAND, so this is unreachable from them.