Not consistent with what? The syntax for number literals is taken directly from C/C++, and is used by many other languages.
On Mon, Nov 3, 2014 at 3:19 PM, Jake Scott <[email protected]> wrote: > I was trying to declare a uint using this: > let a: uint = 0_uint; > > But the correct way to declare it is: > let a: uint = 0u; > > Anyone else think that's not consistent? > > > > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
