You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing a MoonBit code generate to automate the implementation of some trait for tuple in MoonBit, and when I was trying to build the type of tuple (A, B, C, ...), I found there is no way to concat an ArrayView[String] into a String with some separator.
I was writing a MoonBit code generate to automate the implementation of some trait for tuple in MoonBit, and when I was trying to build the type of tuple
(A, B, C, ...)
, I found there is no way to concat anArrayView[String]
into aString
with some separator.Example code:
Therefore, I wish there is a way to concat an
ArrayView[T]
with a separator.The text was updated successfully, but these errors were encountered: