April 25 General » Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
The prototypes are: ``` string toString(); size_t toHash() @trusted nothrow; int opCmp(Object o); bool... | |||
April 25 Genel » Asal Sayı Bulan Algoritmalar | |||
|---|---|---|---|
| |||
...for(auto i = size_t(5); i * i <= n; i += size_t(6))
{
if(n... | |||
April 24 Learn » Re: Adapting foreign iterators to D ranges | |||
|---|---|---|---|
| |||
...t; 2 .. LIMIT + 1)
{
list.insertFront(t);
}
auto tmp = list.dup;
list.rewind();
size_t... | |||
April 23 DIP Development » Re: DIP: add Bit Fields | |||
|---|---|---|---|
| |||
...above a register in size. Being able to...DIP. So this shouldn't hold it up... | |||
April 19 Issues » [Issue 24514] New: _d_newarraymTX can be with more dimensions than in the type | |||
|---|---|---|---|
| |||
...Tarr _d_newarraymTX(Tarr : U[], size_t N, U)(size_t[N] dims, bool isShared... | |||
April 17 DIP Ideas » Re: Improvements to switch | |||
|---|---|---|---|
| |||
...d
case T[N] _, T, alias N -> writeln("Static ", T.stringof, " array of size ", N... | |||
April 17 DIP Development » Re: First Draft: ref For Variable Declarations | |||
|---|---|---|---|
| |||
...elements of foreach
```
Rewrite to:
```d
for (size_t i; i < array.length; i++) {
ref... | |||
April 16 DIP Ideas » Re: Improvements to switch | |||
|---|---|---|---|
| |||
...size_t N -> writeln("Static int array of size ", N);
case int[N], size_t... | |||
April 13 Issues » [Issue 24500] New: [REG2.101] Incorrect escape error on scope lazy T... | |||
|---|---|---|---|
| |||
...struct FixedArray(T, size_t capacity) {
size_t _length;
T[capacity] _elems;
inout(T)[] slice... | |||
April 11 General » Re: DMD Source Archive - Why? | |||
|---|---|---|---|
| |||
...you can't skip N bytes when you don't know the compressed size). I... | |||
Copyright © 1999-2021 by the D Language Foundation