dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
308 stars 37 forks source link

Forward isize/usize to other primitive implementation #50

Closed dtolnay closed 6 days ago

dtolnay commented 6 days ago

Instead of instantiating a whole new large method that is identical to the other primitive's.