Search

April 05, 2020
Announce »
...One quick suggestion: avoid direct casting from `ubyte[]` to `string`:

/+dub.sdl:
dependency "requests" version...
April 04, 2020
General »
...pointers types become something like ubyte[1], ubyte[2], ubyte[3], etc. depending on the...
April 02, 2020
Learn »
...with no basic integer types but just ubyte, and everything would be handled with operator...
March 29, 2020
Issues »
...b = cast(ubyte) a;

float f = 1.203125f  * 255.0f;
auto zz =  cast(ubyte) f...
March 29, 2020
General »
...expressions ยง7.

is not specified but is the normal part of the cast uint -> ubyte.
March 28, 2020
General »
cast (ubyte)x is the same as = ((cast(uint)x) & 0xff)
March 28, 2020
General »
...b = cast(ubyte) a;

float f = 1.203125f  * 255.0f;
auto zz =  cast(ubyte) f...
March 28, 2020
Issues »
...Fix Issue 20644 - Invalid printf deprecation for ubyte passed to "%hhu"" was merged into master...
March 24, 2020
Announce »
...void arsd.http2.HttpRequest.handleIncomingData(scope const(ubyte[])).parseLastHeader() [0x5abd5b]
/home/me/arsd/http2.d...
March 21, 2020
Issues »
https://issues.dlang.org/show_bug.cgi?id=5725

Basile-z <b2.temp@gmx.com...
100 101 102 103 104 105 106 107 108 109 110
Next ›   Last »