static_assertions_next 1.1.2

Compile-time assertions to ensure that invariants are met.
Documentation
1
2
3
4
5
6
7
#[doc(hidden)]
#[macro_export]
macro_rules! _head {
    ($head:expr $(, $tail:expr)* $(,)?) => {
        $head
    };
}