Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がこれをやろうとすると、うまくいきます
val list = List(1,2,3,4,5) val array = list.toArray
しかし、私は舞台裏で行われている暗示を理解しようとしています。toArray の署名は
[B >: Int](implicit evidence$1 : classTag[B])
何が起こっているのかについての説明は、知っておくとよいでしょう。