You can create a List in Elm with the [1,2,3] syntax, so lists are used all ... repeat : Int -> a -> List a ... Apply a function to every element of a list.
確定! 回上一頁