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
Is there a function that is the inverse of toList?
for Example NonEmptyList<'a> can be easily transformed into 'a list. What would be the name of the inverse function and is there an overloaded static member for that available?
Description
Is there a function that is the inverse of toList?
for Example
NonEmptyList<'a>can be easily transformed into'a list. What would be the name of the inverse function and is there an overloaded static member for that available?