use ;
use Hash;
/// A thread-safe map that automatically assigns keys to inserted values.
/// The keys are auto-incremented integers starting from a specified value.
/// This is useful for scenarios where you need unique identifiers for values
/// without managing the keys manually.