August 28, 2013 General » Re: std.serialization: pre-voting review / discussion | |||
|---|---|---|---|
| |||
...3 levels: strict, implicit conversions (like int to long) and explicit conversions (like long to... | |||
August 27, 2013 Learn » Re: ElementType!string | |||
|---|---|---|---|
| |||
...for strings. Would this still result in conversions if I used it with other algorithms? | |||
August 24, 2013 Phobos » [phobos] [D-Programming-Language/phobos] b68061: Add unittest for issue 6893. | |||
|---|---|---|---|
| |||
...std/conv.d Log Message: ----------- Allow narrowing conversions of enum -> integral (int, short, etc.). It... | |||
August 23, 2013 General » Re: std.conv: conversion from ulong to enum | |||
|---|---|---|---|
| |||
to!() is used for save conversions, so it should try to convert and throw an... | |||
August 20, 2013 General » Re: std.serialization: pre-voting review / discussion | |||
|---|---|---|---|
| |||
The data conversions are handled by https://github.com/opticron/ProtocolBuffer/blob/master/conversion/pbbinary... | |||
August 18, 2013 Learn » Re: static / global operator overload | |||
|---|---|---|---|
| |||
...global operator takes advantage of implicit type conversions. A global operator+ allows using an int... | |||
August 18, 2013 General » Re: Experiments with emscripten and D | |||
|---|---|---|---|
| |||
...not doing very costly implicit type type-conversions has staved off a whole horde of... | |||
August 17, 2013 Learn » Re: Implicit conversion to bool, and other conversions. | |||
|---|---|---|---|
| |||
I hadn't fully understood alias this, i.e. that one may alias what becomes... | |||
August 17, 2013 Learn » Re: Implicit conversion to bool, and other conversions. | |||
|---|---|---|---|
| |||
The conversion to bool via opCast seems more general than that: the following compiles and... | |||
August 16, 2013 General » Re: GPGPUs | |||
|---|---|---|---|
| |||
...identified separately in the type system. Automatic conversions could be possible, but of course that... | |||
Copyright © 1999-2021 by the D Language Foundation