static void arrayfill(byte[] a, byte value) { fillArray(a, value); } static void arrayfill(int[] a, int value) { fillArray(a, value); } static void arrayfill(float[] a, float value) { fillArray(a, value); } static void arrayfill(double[] a, double value) { fillArray(a, value); }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035856 |
Snippet name: | arrayfill - synonym of fillArray |
Eternal ID of this version: | #1035856/1 |
Text MD5: | 7448e13647e137a8bd3e67099b11c58e |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-08-03 04:07:30 |
Source code size: | 302 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 129 / 141 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |