[ https://issues.apache.org/jira/browse/GROOVY-11577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul King updated GROOVY-11577: ------------------------------- Summary: Add withIndex methods for ArrayGroovyMethods and missing indexed for float[] (was: Additional float[] methods for ArrayGroovyMethods) > Add withIndex methods for ArrayGroovyMethods and missing indexed for float[] > ---------------------------------------------------------------------------- > > Key: GROOVY-11577 > URL: https://issues.apache.org/jira/browse/GROOVY-11577 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > We only populated int[], long[], double[] for various AGM extension methods. > Using double is normally always preferred over float when writing Java/Groovy > code. But I have seen more and more cases when integrating with python > libraries where floats are the norm, so I'll add some additional float[] > variants. > I'll add to this list as I create a PR: > {code:java} > indexed(float[]) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)