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

Bug 6301: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length. #142

Merged
merged 2 commits into from
Jul 13, 2011
Merged

Conversation

kennytm
Copy link
Contributor

@kennytm kennytm commented Jul 12, 2011

Fixes bug 6301, mainly for an iota of long.

The following functions are modified to accept ranges with iota of longs:

  • std.algorithm.map
  • std.algorithm.splitter
  • std.range.retro
  • std.range.stride
  • std.range.radial
  • std.range.popBackN
  • std.range.zip
  • std.range.iota
  • std.range.moveAt

kennytm added 2 commits July 13, 2011 06:16
The following functions are modified to accept ranges with iota of longs:

 * std.algorithm.map
 * std.algorithm.splitter
 * std.range.retro
 * std.range.radial
 * std.range.popBackN
 * std.range.zip
 * std.range.iota
 * std.range.moveAt
dsimcha added a commit that referenced this pull request Jul 13, 2011
Bug 6301: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length.
@dsimcha dsimcha merged commit 70418fa into dlang:master Jul 13, 2011
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.

2 participants