I want to create a Wrapper around an existing type/struct. According to the Newtype pattern, as per Rust Book ch 19, "implementing Deref trait on the Wrapper to
As far as I understand int* p = new int(); Is something like creating an int with a constructor. If so why does the following code work like an array? int* p =