-
Updated
Dec 7, 2019 - C++
meta-programming
Here are 39 public repositories matching this topic...
-
Updated
Jul 30, 2020 - JavaScript
Some dependencies, such as atomic or parking_lot have nightly features that it would be good to enable and benefit from when enabling Metered's own nightly feature, for instance using const fns or simply benefitting from performance improvements in nightly dependencies.
-
Updated
Oct 10, 2020 - Racket
-
Updated
Jun 3, 2020 - Kotlin
-
Updated
Feb 22, 2018 - C#
-
Updated
Oct 20, 2020 - Scala
-
Updated
Jul 26, 2020 - TypeScript
It should be possible to change
balance <- function(tree) {
match(tree,
T(B,T(R,a,x,T(R,b,y,c)),z,d) -> T(R,T(B,a,x,b),y,T(B,c,z,d)),
T(B,T(R,T(R,a,x,b),y,c),z,d) -> T(R,T(B,a,x,b),y,T(B,c,z,d)),
T(B,a,x,T(R,b,y,T(R,c,z,d))) -> T(R,T(B,a,x,b),y,T(B,c,z,d)),
T(B,a,x,T(R,T(R,b,y,c),z,d)) -> T(R,T(B,a,x,b),y,T(B,c,z,d)),
otherwise -> tree)
}-
Updated
Oct 16, 2020 - Scala
-
Updated
Mar 26, 2020 - Racket
-
Updated
Sep 25, 2020 - Julia
-
Updated
Jan 29, 2019 - Ruby
-
Updated
Sep 3, 2017 - Ruby
-
Updated
Oct 21, 2020 - Ruby
-
Updated
Jan 31, 2019 - JavaScript
-
Updated
Jan 17, 2019 - JavaScript
-
Updated
Aug 29, 2016 - Makefile
-
Updated
Oct 27, 2017 - JavaScript
-
Updated
Jun 11, 2017 - JavaScript
-
Updated
May 26, 2019 - Visual Basic
-
Updated
Oct 8, 2020 - Scala
-
Updated
Sep 19, 2020 - Groovy
-
Updated
Nov 12, 2019 - C++
-
Updated
Jul 21, 2020 - C++
-
Updated
May 19, 2019 - C++
-
Updated
Oct 20, 2020 - Julia
-
Updated
Aug 18, 2019 - Java
Improve this page
Add a description, image, and links to the meta-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the meta-programming topic, visit your repo's landing page and select "manage topics."


is_chan(def)bool
chan_dir(def) string (direction, send, recv, both)
chan_def(def) def