collect into array

  • https://stackoverflow.com/questions/26757355/how-do-i-collect-into-an-array#26757837
  • 요점에 따르면, [N; M] 타입은 제너럴하게 FromIterator를 구현하지 못하기 때문에 collect 할 수 없다고 한다.