Package objects

后端 未结 4 923
你的背包
你的背包 2020-12-02 07:03

What are package objects, not so much the concept but their usage?

I\'ve tried to get an example working and the only form I got to work was as follows:



        
4条回答
  •  忘掉有多难
    2020-12-02 07:44

    You could do worse than to go straight to the source. :)

    https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/library/scala/package.scala

    https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/library/scala/collection/immutable/package.scala

提交回复
热议问题