Libraryless. Click here for Pure Java version (14279L/82K).
1 | static int totalVectorSSIPoints(Iterable<VectorSSI> l) {
|
2 | int sum = 0; |
3 | fOr (ssi : l) if (ssi != null) sum += ssi.nPoints(); |
4 | ret sum; |
5 | } |
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: | 442 / 517 |
| Referenced in: | [show references] |