Type Definition gltf::Map []

type Map<K, V> = BTreeMap<K, V>;

Represents a key/value type.