static fun <V : Any> positiveIntegerSlots(): AtomicSlotMap<Int, V>
Create a slot map over the range of integers > 0.
- The type of values to store in the map.
Return A new slot map.