Search

May 11, 2021
General »
...function bar(x) { return x; }
function baz(x) { return x; }

function foo(aaaaaaaaaaaaaaaaaaaaaaaaaaaa) {
  return bar...
May 11, 2021
General »
function foo()
{
    return
    {
        foo: "bar"
    }
}

console.log(foo())

What does this log? "undefined", obviously, what...
May 10, 2021
General »
...haxe
  static function test(i = 12, s = "bar") {
    return "i: " + i + ", s: " + s;
  }

...

  $type(test...
May 10, 2021
Issues »
...array;
struct Foo(T) {
        struct Bar {
                T value;
        }
        Array!Bar bar;
        this(string str) {
                static...
May 10, 2021
Learn »
...I... source/foo.d` will run unittests bar.d if it is imported into foo...
May 08, 2021
Learn »
...Implement foo stuff
}

class baseFooBar : baseFoo{
   // Implement bar stuff
}

class FooBar : baseFooBar{
   // Do your FooBar...
May 08, 2021
Issues »
...works

        d.bar.emit(); // this is ok because it our same module
        d.bar.connect...
May 07, 2021
Issues »
...sys node in the Library Reference side bar tree.

As this is generated using Ddoc...
May 02, 2021
Learn »
...documentation

```
// foo-bar.d
module foo_bar;

void foo ()
{
}

// main.d
import foo_bar;

void...
May 01, 2021
Learn »
...Bar(T : float)  { alias Bar = Bar!(T, 0); }
template Bar(T : int)    { alias Bar = Bar...
81 82 83 84 85 86 87 88 89 90 91 92
Next ›   Last »