Search

March 18, 2020
General »
...essentially converts types to an array of `ubyte[]` in a very simple way. Handles value...
March 15, 2020
Learn »
...mangling
{
   someGlobal = 5; // yay side effects!
   *(cast(ubyte*)0xdeadbeef) = 5; // yay no safety!
   throw new...
March 14, 2020
Learn »
...if it was an array of bytes (ubyte[]).  No interpretation is imposed upon the contents...
March 14, 2020
Issues »
...ubyte passed to "%hhu"" fixing this issue:

- Fix Issue 20644 - Invalid printf deprecation for ubyte...
March 11, 2020
Learn »
...bool, "flagCwr", 1,
        bool, "flagNs",  1,
        ubyte, "reserved", 3,
        ubyte, "dataOffsetWords", 4   // in 32bit words...
March 11, 2020
Learn »
...bool, "flagCwr", 1,
        bool, "flagNs",  1,
        ubyte, "reserved", 3,
        ubyte, "dataOffsetWords", 4   // in 32bit words...
March 07, 2020
Issues »
https://issues.dlang.org/show_bug.cgi?id=20644

moonlightsentinel@disroot.org changed:

           What    |Removed...
March 07, 2020
Issues »
...ID: 20644
           Summary: Invalid printf deprecation for ubyte passed to "%hhu"
           Product: D
           Version: D2...
March 04, 2020
Issues »
...small.data[0 .. small.length];
    }

    struct Small
    {
        ubyte length;
        char[15] data;
    }

    struct Raw
    {
        size...
March 04, 2020
Issues »
...use .ptr when
proved stable
    }

    struct Small
    {
        ubyte length; // TODO only first 4 bits are...
102 103 104 105 106 107 108 109 110 111 112
Next ›   Last »