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

7
LINES

< > BotCompany Repo | #1024597 // takeFirstOfIntArray

JavaX fragment (include)

static int[] takeFirstOfIntArray(int[] b, int n) {
  ret subIntArray(b, 0, n);
}

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

Author comment

Began life as a copy of #1020143

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1024597
Snippet name: takeFirstOfIntArray
Eternal ID of this version: #1024597/1
Text MD5: b6d3fc95d134b7d05b55ba8c819e72fa
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-19 18:11:22
Source code size: 173 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 142 / 184
Referenced in: [show references]