add(equipment:)
Add the given equipment to the table setup.
Declaration
mutating func add<E>(equipment: some Sequence) where E : Equipment, E.State : BitwiseCopyable, E.State : CustomEquipmentStateParameters
- equipment:
The collection of equipment to add.