和c里的type有點像。
scala里的類型,除了在定義class,trait,object時會產生類型,還可以通過type關鍵字來聲明類型。
type相當於聲明一個類型別名:
scala> type S = String
defined type alias S
http://hongjiang.info/scala-type-system-type-keyword/
和c里的type有點像。
scala里的類型,除了在定義class,trait,object時會產生類型,還可以通過type關鍵字來聲明類型。
type相當於聲明一個類型別名:
scala> type S = String
defined type alias S
http://hongjiang.info/scala-type-system-type-keyword/
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。