Skip to content

Functions outside the List module should favor arrays, not lists #19

@pbiggar

Description

@pbiggar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions