static L<S> lastNLinesOfFile(File f, int n) { ret lastNLines(f, n); } static L<S> lastNLinesOfFile(int n, File f) { ret lastNLines(n, f); }
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019678 |
| Snippet name: | lastNLinesOfFile - synonym of lastNLines |
| Eternal ID of this version: | #1019678/1 |
| Text MD5: | 4442ca449648b54a58116bf29afd8eec |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-17 18:14:23 |
| Source code size: | 152 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 575 / 612 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |