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 Enumerable(T)#to_a(& : T -> U) forall U #12653

Merged

Commits on Oct 24, 2022

  1. 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
    caspiano committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b0b132e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b0b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f309b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    4cc1486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d358ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    a3d3632 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    75cf47c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. crystal tool format

    straight-shoota committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    992d9ab View commit details
    Browse the repository at this point in the history