Let\'s say that I have the following code:
use std::cmp::Reverse; fn test() { let test: usize = 0; let test_rev = Reverse(test);
Is it possi