Search

August 11
DIP Ideas »
...the object with the i-th element of `this` object being removed; `this` object did...
August 06
Issues »
https://issues.dlang.org/show_bug.cgi?id=5176

RazvanN <razvan.nitu1305@gmail.com> changed...
August 05
DIP Development »
...hook for construction to produce a library object that represents the function.

There is support...
August 01
Learn »
...the file, you could try a simple object[1]:

# cube.obj
#

g cube

v  0...
July 31
Learn »
...smooth = true;
                        else
                            throw new Exception("Corrupted object file: " ~ filename);
                    }
                    else if(buf.startsWith("mtllib...
July 29
General »
...conversions: If you have a reference-type object (e.g. a pointer) that may be...
July 29
Learn »
...if there is a const object, that should be an object of a type that...
July 29
General »
...can never benefit from @safe".

You might object that yes, in principle you could open...
July 28
General »
...pieces of code refer to the same object.
2) Why on the stack? To avoid...
July 26
Learn »
...get a mutable copy from a const object.

As such, unless you're dealing with...
12 13 14 15 16 17 18 19 20 21 22 23
Next ›   Last »