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

7
LINES

< > BotCompany Repo | #1020143 // takeFirstOfByteArray

JavaX fragment (include)

static byte[] takeFirstOfByteArray(byte[] b, int n) {
  ret subByteArray(b, 0, n);
}

static byte[] takeFirstOfByteArray(int n, byte[] b) {
  ret takeFirstOfByteArray(b, n);
}

Author comment

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: 251 / 283
Version history: 1 change(s)
Referenced in: [show references]