kcl-lib 0.2.119

KittyCAD Language implementation and tools
Documentation
1
2
3
use indexmap::IndexSet;

pub type AhashIndexSet<T> = IndexSet<T, ahash::RandomState>;