Skip to main content

Symbol

Type Alias Symbol 

Source
pub type Symbol = Spur;
Expand description

Symbol type alias

A Symbol is a compact integer identifier that can be efficiently compared and hashed, providing O(1) equality checks for interned strings.

Aliased Typeยง

pub struct Symbol { /* private fields */ }