Skip to main content

use_geode/
prelude.rs

1/// Commonly used Geode items.
2pub use crate::{
3    GeodeError, TypeVector, face_count, geode, geode_memoized, hyper_catalan, polygon_edge_count,
4    polygon_vertex_count,
5};