openzeppelin-contracts icon indicating copy to clipboard operation
openzeppelin-contracts copied to clipboard

feat: get paginated

Open Aliceonly opened this issue 1 year ago • 1 comments

New features

paginated getter func in EnumerableSet.sol

startIndex from 1

Aliceonly avatar Feb 18 '24 10:02 Aliceonly

⚠️ No Changeset found

Latest commit: c88d6250153bbc6f30624fea951be87daf3a9d97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Feb 18 '24 10:02 changeset-bot[bot]

Hello @Aliceonly

Usually, before implementing a feature like this, we like to open an issue to reference usecases and discuss implementation details.

The PR in its current format is not following some requirements of our codebase. In particular, the codebase for the map and set structure is generated procedurally, and changes should be implemented through the template.

Openning an issue

Amxx avatar Feb 19 '24 14:02 Amxx