use ;
use Path;
use LazyLock;
/// Global thread-safe string interner
static INTERNER: = new;
/// Intern a string, returning a handle
/// Intern a path, returning a handle
/// Resolve an interned handle back to a string
/// Get the interner for batch operations