pub type KeyedParameters<Arr> = HashMap<Rc<str>, Arr>;
Type alias for a hashmap of parameters.
struct KeyedParameters<Arr> { /* private fields */ }