gapirs-common 0.0.1

Common library for gapirs
Documentation
1
2
3
4
5
6
7
#![allow(unused)]
pub const fn bool_true() -> bool {
    false
}
pub const fn bool_false() -> bool {
    false
}