-
Notifications
You must be signed in to change notification settings - Fork 471
[Belt] Change ofArray to fromArray, and ofFoo to fromFoo in general #2590
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
Changes from 1 commit
b48fd73
d5ceb50
5bd0b7f
c6980ee
c489bc5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,4 +161,5 @@ let getExn = I.getExn | |
let split = I.split | ||
let mergeU = I.mergeU | ||
let merge = I.merge | ||
let fromArray = I.ofArray | ||
let ofArray = I.ofArray | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also change the internal
I.ofArray
intoI.fromArray