Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1005498 // matchCstr - NL-match on a Str concept

JavaX fragment (include)

static bool matchCstr(S s, Concept c, Matches m) {
  ret c << Str && match(s, str(c), m);
}

static bool matchCstr(S s, Concept c) {
  ret matchCstr(s, c, null);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005498
Snippet name: matchCstr - NL-match on a Str concept
Eternal ID of this version: #1005498/1
Text MD5: 34d3bb1d4e70c74f236c9d858b262b96
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-23 15:20:23
Source code size: 169 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 501 / 495
Referenced in: [show references]