Search

February 27, 2020
Learn »
...3, &decimalLength9_4, &decimalLength9_5
];

ulong runOriginalFuncCount(ubyte funcIdx, ulong count)
{
    GC.disable;

    uint sum...
February 27, 2020
Learn »
...input (to be verified)

this version is:

---
ubyte decimalLength9_4(const uint v) pure nothrow...
February 27, 2020
Learn »
...text.ubyte onlineapp.decimalLength9(uint),"axG",@progbits,ubyte onlineapp.decimalLength9(uint),comdat
	.globl	ubyte onlineapp...
February 27, 2020
Learn »
...ubyte(9),
    28: ubyte(9),
    29: ubyte(9),
    30: ubyte(9),
    31: ubyte(9),
    ];
    ubyte...
February 26, 2020
Learn »
...ubyte(9),
    28: ubyte(9),
    29: ubyte(9),
    30: ubyte(9),
    31: ubyte(9),
    ];
    ubyte...
February 26, 2020
Learn »
...ubyte(1),
    3 : (uint a) => ubyte(1),
    4 : (uint a) => a >= 10  ? ubyte(2) : ubyte...
February 20, 2020
Issues »
https://issues.dlang.org/show_bug.cgi?id=7328

Basile-z <b2.temp@gmx.com...
February 18, 2020
Learn »
...az_span span;
span._internal.ptr = cast(ubyte*)my_string.ptr; // note: I think this...
February 18, 2020
Learn »
...dup;
    az_span response_span =
    {{
        ptr: cast(ubyte*)resp.ptr,
        length: cast(int)resp.length...
February 15, 2020
Learn »
...import std;

ushort get(string url, ref ubyte[] content)
{
    auto cont = appender(&content);
    auto http...
103 104 105 106 107 108 109 110 111 112 113
Next ›   Last »