hat

Macro hat 

Source
macro_rules! hat {
    () => { ... };
    ( $($item:expr),* $(,)? ) => { ... };
}
Expand description

Creates a HashedArrayTree containing the arguments.

hat! allows HashedArrayTrees to be defined with the same syntax as array expressions, much like the vec! mocro from the standard library.