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

feat: adding 'subarray' prototype method in fixed-endian-factory #3272

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DhruvArvindSingh
Copy link

@DhruvArvindSingh DhruvArvindSingh commented Nov 26, 2024

Added necessary changes in test ,benchmark and README.md files

Fixes : #3157

This PR adds 'subarray' prototype method in array/fixed-endian-factory.

Updated files(array/fixed-endian-factory):

  • README.md
  • main.js

Added files(array/fixed-endian-factory):

  • benchmark.subarray.length.js
  • benchmark.subarray.js
  • test.subarray.js

Read, understood, and


@stdlib-js/reviewers

Added necessary changes in test ,benchmark and README.md files

Fixes : stdlib-js#3157
@DhruvArvindSingh
Copy link
Author

Kindly review this PR @kgryte

@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
array/fixed-endian-factory $\color{red}892/1153$
$\color{green}+77.36\%$
$\color{red}74/84$
$\color{green}+88.10\%$
$\color{red}13/24$
$\color{green}+54.17\%$
$\color{red}892/1153$
$\color{green}+77.36\%$

The above coverage report was generated for the changes in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: add subarray method to array/fixed-endian-factory
2 participants