Merge pull request #541 from piedar/coalesce

add coalesce
This commit is contained in:
Dominik Picheta 2017-07-17 19:35:28 +01:00 committed by GitHub
commit 124c2e503f

View File

@ -6754,5 +6754,19 @@
"description": "sha3 - cryptographic hash function",
"license": "CC0",
"web": "https://bitbucket.org/mihailp/sha3/"
},
{
"name": "coalesce",
"url": "https://github.com/piedar/coalesce",
"method": "git",
"tags": [
"nil",
"null",
"options",
"operator"
],
"description": "A nil coalescing operator ?? for Nim",
"license": "MIT",
"web": "https://github.com/piedar/coalesce"
}
]