Good day! How will be each_slice in Elixir? Like in ruby: (1…10).each_slice(3).map { |el| el } [[1, 2, 3], [4, 5, 6], [7, 8, 9], [10]]
確定! 回上一頁