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

5
LINES

< > BotCompany Repo | #1022560 // vmBus_wrapArgs

JavaX fragment (include)

sO vmBus_wrapArgs(O... args) {
  ret empty(args) ? null
    : l(args) == 1 ? args[0]
    : args;
}

Author comment

Began life as a copy of #1017923

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022560
Snippet name: vmBus_wrapArgs
Eternal ID of this version: #1022560/1
Text MD5: 7616e4cf2b7072135d953b2f83622e0f
Author: stefan
Category: javax / vm
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-21 11:32:52
Source code size: 102 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 313
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)