add lc (list comprehension) (#1255)
This commit is contained in:
parent
d94273a4d5
commit
d5e19da570
1 changed files with 16 additions and 0 deletions
|
|
@ -11371,6 +11371,22 @@
|
|||
"license": "MIT",
|
||||
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
|
||||
},
|
||||
{
|
||||
"name": "list_comprehension",
|
||||
"url": "https://github.com/nim-lang/graveyard?subdir=lc",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"graveyard",
|
||||
"lc",
|
||||
"list",
|
||||
"comprehension",
|
||||
"list_comp",
|
||||
"list_comprehension"
|
||||
],
|
||||
"description": "List comprehension, for creating sequences.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/nim-lang/graveyard/tree/master/lc"
|
||||
},
|
||||
{
|
||||
"name": "result",
|
||||
"url": "https://github.com/arnetheduck/nim-result",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue