Libraryless. Click here for Pure Java version (2282L/15K).
1 | static LS allWithLevenICDistanceExactly1(Iterable<S> l, S word) {
|
2 | ret filter(l, s -> leven_limitedIC(s, word, 2) == 1); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025891 |
| Snippet name: | allWithLevenICDistanceExactly1 |
| Eternal ID of this version: | #1025891/3 |
| Text MD5: | 7497c76c5ef8466bf354e727b5910c1c |
| Transpilation MD5: | 7f18d4ed1cda318da7fb99c3ec4112b1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-28 12:26:21 |
| Source code size: | 125 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 411 / 552 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |