-
-
Notifications
You must be signed in to change notification settings - Fork 907
feat: add array/base/cusome
#2787
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
feat: add array/base/cusome
#2787
Conversation
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.
Thank you very much for your contribution.
Left a bunch of small suggestions that will ensure the PR aligns with our code style and documentation conventions, but otherwise this look good!
lib/node_modules/@stdlib/array/base/cusome/benchmark/benchmark.assign.length.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/benchmark/benchmark.length.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cusome/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
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.
This PR needs a careful review and various clean-up. I've only done a partial review, but more attention to detail especially wrt existing project conventions will go a long way to helping moving this PR along.
Hey @kgryte , @Planeshifter |
Thanks @yaswanthkosuru! Did another review and will merge your PR shortly. We appreciate your contributions! |
Resolves #2322.
Description
add
@stdlib/array/base/cusome
This pull request:
Checklist
@stdlib-js/reviewers