Type Definition kdl_script::parse::StableMap

source · []
pub type StableMap<K, V> = LinkedHashMap<K, V>;