// SPDX-License-Identifier: CC0-1.0
//! Names for type variables
use ;
/// Global counter used to give type variables unique names.
static NEXT_ID: AtomicUsize = new;
/// Obtain a fresh variable name, with the given `prefix` and a unique incrementing
/// numeric suffix.