yuroyoro (TOMOHITO Ozaki)
- Login: yuroyoro
- Registered on: 08/31/2017
- Last sign in: 08/31/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
08/31/2017
-
06:26 AM Ruby Feature #6284: Add composition for procs
- Most languages do not define function composition in built-in operators, but provide them as function or method such as `compose`.
F.Y.I) https://rosettacode.org/wiki/Function_composition
In some few languages defined function comp...