Skip to content

Map preserves vector/ring/ramp type#3422

Open
RobertBendun wants to merge 1 commit intosonic-pi-net:devfrom
RobertBendun:feature/map-preserves-type
Open

Map preserves vector/ring/ramp type#3422
RobertBendun wants to merge 1 commit intosonic-pi-net:devfrom
RobertBendun:feature/map-preserves-type

Conversation

@RobertBendun
Copy link

Code like this:

ring(1, 2, 3).map do |x|
  2 ** x
end

Requires another invocation of ring function to restore the type. Other methods like flat_map or filter don't have that problem so this PR copies how they are implemented.

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.

1 participant