moonbitlang / core

MoonBit's Core library
https://moonbitlang.com/
Apache License 2.0
475 stars 54 forks source link

add Array::concat #525

Closed bobzhang closed 4 weeks ago

bobzhang commented 1 month ago
Array::concat(self : Array[Array[T]]) -> Array[T]
yj-qin commented 4 weeks ago

Array has a flatten[T](Self[Self[T]]) -> Self[T] in the builtin package.