Transpiled version (3897L) is out of date.
1 | static <A> Channels<A> lambdaMapLike mapChannels(IF1<Int, A> f, int channels) { |
2 | Channels<A> cc = new(channels); |
3 | for c to channels: |
4 | cc.set(c, f.get(c)); |
5 | ret cc; |
6 | } |
7 | |
8 | static <A> Channels<A> lambdaMapLike mapChannels(int channels, IF1<Int, A> f) { |
9 | ret mapChannels(f, channels); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032992 |
Snippet name: | mapChannels |
Eternal ID of this version: | #1032992/3 |
Text MD5: | 9a56a24e81a2bcd9c00d7be31cce1363 |
Author: | stefan |
Category: | javax / audio analysis |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-11 08:39:04 |
Source code size: | 291 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 159 / 223 |
Version history: | 2 change(s) |
Referenced in: | [show references] |