Search

May 20, 2020
Issues »
...T) == const(void[])))
    {
        formatValueImpl(w, cast(const ubyte[]) obj, f);
    }
    else static if (!isInputRange!T...
May 16, 2020
Learn »
...import std;

alias types = AliasSeq!(
    bool, byte, ubyte, short, ushort, int, uint, long, ulong, float...
May 16, 2020
Learn »
...t compile, yet)




    auto types = [bool, byte, ubyte, short, ushort, int, uint, long, ulong, float...
May 14, 2020
Learn »
...it necessary to promote a ushort or ubyte to int for the purpose of shifting...
May 12, 2020
Issues »
...xvector!(xvector!ubyte), ref xvector!ubyte);

void main ()
{
    xvector!(xvector!ubyte) vec;
    xvector!ubyte val...
May 10, 2020
General »
...6228):        called from here: `super.this(cast(ubyte)37u)`

make[1]: *** [posix.mak:110: dmd...
May 08, 2020
Issues »
...T value);

void main ()
{
    xvector!(xvector!ubyte) vec;
    xvector!ubyte val;
    vec.push_back(val...
May 06, 2020
Learn »
...000 MINST image data (t10k-images-idx3-ubyte.gz) http://yann.lecun.com/exdb/mnist...
May 06, 2020
Learn »
...is a way to validate an immutable(ubyte)[] sequence for UFT8 or ASCII, and from...
May 05, 2020
Learn »
...strings, use `str.representation` to get `immutable(ubyte)[]` and work on that. This is useful...
95 96 97 98 99 100 101 102 103 104 105 106
Next ›   Last »