1 | svoid uncurlyMatchesInPlace(Matches m) {
|
2 | if (m == null || m.m == null) ret; |
3 | int n = m.m.length; |
4 | for i to n: |
5 | m.m[i] = uncurly(m.m[i]); |
6 | } |
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: | #1025445 |
| Snippet name: | uncurlyMatchesInPlace |
| Eternal ID of this version: | #1025445/1 |
| Text MD5: | 87c2350942e5296476e16c8c16290faf |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-29 01:03:10 |
| Source code size: | 150 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 370 / 411 |
| Referenced in: | [show references] |