We can also rename types in certain ways with type and newtype ... Rust struct User(String, String, u32); -- Haskell data User = User String ...
確定! 回上一頁