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

15
LINES

< > BotCompany Repo | #1010765 // fillArray

JavaX fragment (include)

static void fillArray(byte[] a, byte value) {
  Arrays.fill(a, value);
}

static void fillArray(int[] a, int value) {
  Arrays.fill(a, value);
}

static void fillArray(float[] a, float value) {
  Arrays.fill(a, value);
}

static void fillArray(double[] a, double value) {
  Arrays.fill(a, value);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010765
Snippet name: fillArray
Eternal ID of this version: #1010765/4
Text MD5: f4231dd2f1b01b8cac6c8835f4b1cb96
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-12 19:54:50
Source code size: 312 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 369 / 403
Version history: 3 change(s)
Referenced in: [show references]