1 | static O timed(O f) {
|
2 | ret time(f); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A timed(F0<A> f) {
|
8 | ret time(f); |
9 | } |
10 | |
11 | static <A> A timed(IF0<A> f) {
|
12 | ret time(f); |
13 | } |
14 | |
15 | static <A> A timed(S msg, IF0<A> f) {
|
16 | ret time(msg, f); |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019487 |
| Snippet name: | timed - synonym of time |
| Eternal ID of this version: | #1019487/3 |
| Text MD5: | 73d1e7d005a4d591baf277d7787a072d |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-24 17:20:15 |
| Source code size: | 214 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 622 / 650 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |