May 20, 2020 Issues » [Issue 20848] Bug in Nullable | |||
|---|---|---|---|
| |||
...T) == const(void[])))
{
formatValueImpl(w, cast(const ubyte[]) obj, f);
}
else static if (!isInputRange!T... | |||
May 16, 2020 Learn » Re: Type sniffing at runtime | |||
|---|---|---|---|
| |||
...import std;
alias types = AliasSeq!(
bool, byte, ubyte, short, ushort, int, uint, long, ulong, float... | |||
May 16, 2020 Learn » Type sniffing at runtime | |||
|---|---|---|---|
| |||
...t compile, yet)
auto types = [bool, byte, ubyte, short, ushort, int, uint, long, ulong, float... | |||
May 14, 2020 Learn » Compiler bug ? -preview=intpromote and Integral promotion rules not being followed for unary + - ~ operators | |||
|---|---|---|---|
| |||
...it necessary to promote a ushort or ubyte to int for the purpose of shifting... | |||
May 12, 2020 Issues » [Issue 20805] C++ mangling mismatch with templates and namespaces | |||
|---|---|---|---|
| |||
...xvector!(xvector!ubyte), ref xvector!ubyte);
void main ()
{
xvector!(xvector!ubyte) vec;
xvector!ubyte val... | |||
May 10, 2020 General » DMD git master build broken | |||
|---|---|---|---|
| |||
...6228): called from here: `super.this(cast(ubyte)37u)` make[1]: *** [posix.mak:110: dmd... | |||
May 08, 2020 Issues » [Issue 20805] New: C++ mangling mismatch with templates and namespaces | |||
|---|---|---|---|
| |||
...T value);
void main ()
{
xvector!(xvector!ubyte) vec;
xvector!ubyte val;
vec.push_back(val... | |||
May 06, 2020 Learn » Re: Error running concurrent process and storing results in array | |||
|---|---|---|---|
| |||
...000 MINST image data (t10k-images-idx3-ubyte.gz) http://yann.lecun.com/exdb/mnist... | |||
May 06, 2020 Learn » Re: std.uni, std.ascii, std.encoding, std.utf ugh! | |||
|---|---|---|---|
| |||
...is a way to validate an immutable(ubyte)[] sequence for UFT8 or ASCII, and from... | |||
May 05, 2020 Learn » Re: std.uni, std.ascii, std.encoding, std.utf ugh! | |||
|---|---|---|---|
| |||
...strings, use `str.representation` to get `immutable(ubyte)[]` and work on that. This is useful... | |||
Copyright © 1999-2021 by the D Language Foundation