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 into iter for decimal array #1083

Closed
liukun4515 opened this issue Dec 22, 2021 · 1 comment · Fixed by #1223
Closed

Add into iter for decimal array #1083

liukun4515 opened this issue Dec 22, 2021 · 1 comment · Fixed by #1223
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers

Comments

@liukun4515
Copy link
Contributor

liukun4515 commented Dec 22, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In some cases #1073 (comment) , we need iter the decimal array, but the method of the accessor is below
image

We need to use the loop/for the method to iter the decimal array.

We need to implement the into iter for the decimal array

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@liukun4515 liukun4515 added the enhancement Any new improvement worthy of a entry in the changelog label Dec 22, 2021
@alamb alamb added the good first issue Good for newcomers label Jan 17, 2022
@alamb
Copy link
Contributor

alamb commented Jan 23, 2022

I took a crack at this one in #1223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers
Projects
None yet
2 participants