On Thu, Jul 11, 2013 at 7:24 AM, Josh Leverette <[email protected]> wrote: > Does it really make sense for me to be able to use the type 'int' if I > haven't declared the module for it? Or the opposite perspective, does it > really make sense for me to not be able to use the functions in int's module > if I can use int? I understand it's a built-in, implicit type, but it still > feels inconsistent. >
Thing is, there shouldn't be any useful free functions there, everything dealing with numerics should be coming from std::num or methods on the types. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
