1 | static byte[] takeFirstOfByteArray(byte[] b, int n) { |
2 | ret subByteArray(b, 0, n); |
3 | } |
4 | |
5 | static byte[] takeFirstOfByteArray(int n, byte[] b) { |
6 | ret takeFirstOfByteArray(b, n); |
7 | } |
Began life as a copy of #1014874
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: | #1020143 |
Snippet name: | takeFirstOfByteArray |
Eternal ID of this version: | #1020143/2 |
Text MD5: | 365045fd557994c8e4026b173ef9b0fd |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-09 01:18:43 |
Source code size: | 181 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 325 / 361 |
Version history: | 1 change(s) |
Referenced in: | [show references] |