Libraryless. Click here for Pure Java version (14279L/82K).
static int totalVectorSSIPoints(Iterable<VectorSSI> l) { int sum = 0; fOr (ssi : l) if (ssi != null) sum += ssi.nPoints(); ret sum; }
Began life as a copy of #1035613
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035710 |
Snippet name: | totalVectorSSIPoints |
Eternal ID of this version: | #1035710/1 |
Text MD5: | 054b255448ef7dd6de7a1ced98ced672 |
Transpilation MD5: | 74e4d1c6ae9e9bc1424ca129daac16ac |
Author: | stefan |
Category: | javax / gazelle 22 |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-07-10 04:54:31 |
Source code size: | 143 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 172 / 209 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035754 - totalSizeInInts |