There is no auto-deref or coercion here, i + x works simply because u32 implements both Add<u32> and Add<&u32> .
確定! 回上一頁