usecrate::ne;/// `true` if `This` and `Other` types are equal, `false` otherwise
pubtypeconstEQ<This, Other>:bool=const{ne::<This, Other>()};/// `true` if `This` and `Other` types are not equal, `false` otherwise
pubtypeconstNE<This, Other>:bool=const{ne::<This, Other>()};