Uses 911K of libraries. Click here for Pure Java version (8592L/46K).
1 | !7 |
2 | |
3 | concept Example { |
4 | S input; |
5 | S a, b, c; |
6 | } |
7 | |
8 | cmodule TripelizeExamples > DynCRUD<Example> { |
9 | // API |
10 | |
11 | void addEntry(S input, T3<S> t) { |
12 | uniq_sync(Example, +input, a := t.a, b := t.b, c := t.c); |
13 | } |
14 | } |
Began life as a copy of #1021326
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021331 |
Snippet name: | Tripelize Examples |
Eternal ID of this version: | #1021331/3 |
Text MD5: | a4c3ee1c4ea19c665de80a3e6f0c611c |
Transpilation MD5: | bfb5b30d1f027e418707a49f0a4f2f35 |
Author: | stefan |
Category: | javax / stefan's os / nlp |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-08 18:09:57 |
Source code size: | 224 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 287 / 671 |
Version history: | 2 change(s) |
Referenced in: | [show references] |