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
Rescript pretty much uses arrays for everything - lists are slow, have annoying syntax, and are less favored idiomatically. So when we do something like String.split, the result should be arrays, not lists.
The text was updated successfully, but these errors were encountered:
pbiggar
changed the title
Non-List module functions should favor arrays, not Lists
Functions outsidfe the List module should favor arrays, not lists
Oct 21, 2022
pbiggar
changed the title
Functions outsidfe the List module should favor arrays, not lists
Functions outside the List module should favor arrays, not lists
Oct 21, 2022
Rescript pretty much uses arrays for everything - lists are slow, have annoying syntax, and are less favored idiomatically. So when we do something like
String.split
, the result should be arrays, not lists.The text was updated successfully, but these errors were encountered: