@Nullable fun put(slot: K, value: V): V?
Put a value into a specific slot.
slot - K: The slot to put the value in.
slot
value - V: The value.
value
Return V?: The previous value in the slot, if present.