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

3
LINES

< > BotCompany Repo | #1033372 // calculateLengthOfFunctionCall

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4561L/26K).

static int mapMethodLike calculateLengthOfFunctionCall(S fname, int... argLengths) {
  ret l(fname) + 2 + intSum(argLengths);
}

Author comment

Began life as a copy of #1026261

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033372
Snippet name: calculateLengthOfFunctionCall
Eternal ID of this version: #1033372/2
Text MD5: ae5140b58d47a0a3785756d999234ca3
Transpilation MD5: b1df99f198b19dbf3a859f77e62c0204
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-26 18:15:52
Source code size: 129 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 135
Version history: 1 change(s)
Referenced in: [show references]