-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 Enumerable(T)#to_a(& : T -> U) forall U
#12653
Merged
straight-shoota
merged 8 commits into
crystal-lang:master
from
caspiano:feat/enumerable-to_a-block
Dec 24, 2023
Merged
Add Enumerable(T)#to_a(& : T -> U) forall U
#12653
straight-shoota
merged 8 commits into
crystal-lang:master
from
caspiano:feat/enumerable-to_a-block
Dec 24, 2023
Commits on Oct 24, 2022
-
Add
Enumerable(T)#to_a(& : T -> U) forall U
Analogous to `Enumerable(T)#(& : T -> Tuple(K, V)) forall K, V` except producing an Array from the block's result. Resolves crystal-lang#12643
Configuration menu - View commit details
-
Copy full SHA for b0b132e - Browse repository at this point
Copy the full SHA b0b132eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b0b8c - Browse repository at this point
Copy the full SHA a0b0b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f309b - Browse repository at this point
Copy the full SHA a7f309bView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cc1486 - Browse repository at this point
Copy the full SHA 4cc1486View commit details -
Configuration menu - View commit details
-
Copy full SHA for d358ed4 - Browse repository at this point
Copy the full SHA d358ed4View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3d3632 - Browse repository at this point
Copy the full SHA a3d3632View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75cf47c - Browse repository at this point
Copy the full SHA 75cf47cView commit details
Commits on Dec 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 992d9ab - Browse repository at this point
Copy the full SHA 992d9abView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.