static int minY(Iterable<Pt> l) { int min = Int.MAX_VALUE; fOr (Pt p : l) min = min(min, p.y); ret min; }
Began life as a copy of #1032230
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032232 |
Snippet name: | minY |
Eternal ID of this version: | #1032232/1 |
Text MD5: | 85ebb338d1ecc5c7cd3572dd961a4f6c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-21 01:38:56 |
Source code size: | 115 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 160 / 189 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |