removeSlot method

void removeSlot(
  1. Slot<V> slot
)

Remove slot

Implementation

void removeSlot(Slot<V> slot) {
  slots.remove(slot);
}