[−][src]Macro phf::phf_ordered_set
macro_rules! phf_ordered_set { #[proc_macro_hack::proc_macro_hack] => { ... }; }
Macro to create a static
(compile-time) OrderedSet
.
Requires the macros
feature. Same usage as phf_set
.
macro_rules! phf_ordered_set { #[proc_macro_hack::proc_macro_hack] => { ... }; }
Macro to create a static
(compile-time) OrderedSet
.
Requires the macros
feature. Same usage as phf_set
.