# Unique --- A type based on a complete template or an alias that is not interchangeable with what it is based on ## \`unique # Example ```text Inches `unique U64 Centimeters `unique U64 i : Inches $ 1 c : Centimeters $ 1 i = c // Type Error ```