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

5
LINES

< > BotCompany Repo | #1029346 // dm_resetFields

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

Libraryless. Click here for Pure Java version (3478L/22K).

svoid dm_resetFields(S... fields) {
  O mod = dm_current_mandatory_generic();
  for (S field : fields)
    dm_resetField(field, mod);
}

Author comment

Began life as a copy of #1023947

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029346
Snippet name: dm_resetFields
Eternal ID of this version: #1029346/3
Text MD5: 404940850e4255dc82ffcb5b5ac4c4f9
Transpilation MD5: c5a552dfbbcc24d877cdf598c3ddcdb3
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-01 16:28:43
Source code size: 139 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 154 / 216
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)