1 | static ReplaceSuffixIC ai_deduceReplaceSuffixIC(S a, S b) { |
2 | int common = lCommonPrefixIC(a, b); |
3 | ret common == 0 ? null : ReplaceSuffixIC(dropFirst(a, common), dropFirst(b, common)); |
4 | } |
Began life as a copy of #1022598
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: | #1024363 |
Snippet name: | ai_deduceReplaceSuffixIC - deduce ReplaceSuffixIC operation from two strings |
Eternal ID of this version: | #1024363/1 |
Text MD5: | 7b266d80e5d691115b7d9cbd99004a1c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-06 21:26:37 |
Source code size: | 190 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 253 / 283 |
Referenced in: | [show references] |