Files
compose_library/foundations/
bool.rs
1
use
compose_macros::{ty};
2
3
#[ty(cast, title =
"Boolean"
)]
4
type
bool;