Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Array module #27

Merged
merged 3 commits into from Apr 6, 2019
Merged

Add the Array module #27

merged 3 commits into from Apr 6, 2019

Commits on Apr 3, 2019

  1. Add the Array module and the small portion of the Int module necessar…

    …y for some nice examples / tests
    Dean177 committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    9f21a7e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Use initialize in place of Array.init and Belt.List.toArray in …

    …place of `Array.of_list` for `bs`.Remove the now unused `Caml` module.Use Base.Array.init in place of Array.init for native
    Dean177 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    9381b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4748fba View commit details
    Browse the repository at this point in the history