konst 0.3.17

Const equivalents of std functions, compile-time comparison, and parsing
Documentation
1
2
3
4
5
#[repr(C)]
pub(crate) union __TransmuteCopy<T: Copy, U: Copy> {
    pub(crate) from: T,
    pub(crate) to: U,
}