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

3
LINES

< > BotCompany Repo | #1027469 // posNegMatrixOfLists_lengths

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2251L/15K).

static <A> PosNegMatrix<Int> posNegMatrixOfLists_lengths(PosNegMatrix<L<A>> m) {
  ret m == null ? null : PosNegMatrix(l(m.pos), l(m.neg), l(m.falsePos), l(m.falseNeg));
}

Author comment

Began life as a copy of #1027468

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1027469
Snippet name: posNegMatrixOfLists_lengths
Eternal ID of this version: #1027469/4
Text MD5: f85f76ed58df0e24b1f53e2270d3192c
Transpilation MD5: 8e9db79fc9329c347428ec0ef0c8dd81
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-22 13:25:52
Source code size: 173 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 143 / 198
Version history: 3 change(s)
Referenced in: [show references]