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

9
LINES

< > BotCompany Repo | #1012912 // ai_setVars - doesn't clone the map

JavaX fragment (include)

please include function ai_getVar.

static void ai_setVars(Map<S, O> map) {
  ai_getVar_map.set(map);
}

static void ai_setVars(O... values) {
  ai_setVars(paramsToMap(values));
}

Author comment

Began life as a copy of #1012911

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012912
Snippet name: ai_setVars - doesn't clone the map
Eternal ID of this version: #1012912/3
Text MD5: 176a85315117f17915bc565730c7743d
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-18 01:04:41
Source code size: 187 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 363
Version history: 2 change(s)
Referenced in: [show references]