1 | static L<Rect> rectsContaining(final Pt p, L<Rect> l) {
|
2 | ret p == null ? emptyList() : [Rect x : l | x.contains(p)]; |
3 | } |
Began life as a copy of #1007262
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015473 |
| Snippet name: | rectsContaining |
| Eternal ID of this version: | #1015473/1 |
| Text MD5: | 80f19fd9cfd62bfd403f56e3060a1a57 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-15 00:38:38 |
| Source code size: | 121 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 651 / 673 |
| Referenced in: | [show references] |