DEV Community

Discussion on: Calling Rust from C#

Collapse
 
pieflavor profile image
Adam Spofford

The explicit Int32ing makes no sense. You're not being 'explicit' about the type - int is 100% always shorthand for Int32. It's as meaningless as writing Object instead of object.