Box

Choose your own syntax!

Usage

// all the same as `let x = Box::new(y);` let x = box_!(y); let x = b0x!(y); let x = bx!(y); let x = b!(y);