JuliaGeometry / GeometryTypes.jl

Geometry types for Julia
Other
67 stars 41 forks source link

Hash OffsetIntegers like the values they represent #198

Open gwater opened 4 years ago

gwater commented 4 years ago

Useful for unique, intersect, etc on Arrays of OffsetIntegers or, for example, to compare Faces

(Potentially a better solution would be through automatic type promotion? The result would be the same hash however.)