Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

17
LINES

< > BotCompany Repo | #1019487 // timed - synonym of time

JavaX fragment (include)

static O timed(O f) {
  ret time(f);
}



static <A> A timed(F0<A> f) {
  ret time(f);
}

static <A> A timed(IF0<A> f) {
  ret time(f);
}

static <A> A timed(S msg, IF0<A> f) {
  ret time(msg, f);
}

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: 250 / 289
Version history: 2 change(s)
Referenced in: [show references]