Type Definition darling_core::usage::IdentSet

source ·
pub type IdentSet = FnvHashSet<Ident>;
Expand description

A set of idents.