You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it work for you if it would be an iteration function instead of a range void eachGroup(alias apply, alias fun = "a == b", string member = null, SliceOrArray)(SliceOrArray slice)? where member is optional member to apply the fun on (by default it would be applied directly on the elements. It will call apply on each group.
Having a chunkBy function for nogc would be great.
The text was updated successfully, but these errors were encountered: