1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// devela::num::geom::shape::angle::impl // //! // mod core_traits; #[cfg(all(_int··, _float··))] crate::items! { mod int; #[cfg(test)] mod test_int; } #[cfg(any(feature = "std", _float··))] mod float;