A dictionary with 2D generic vector as keys.
pub type Vec2Dict(key, value) = dict.Dict(vec2.Vec2(key), value)