Search

March 28
Learn »
...I didn't know that OpenMP programming could be that easy.
Binary size is 16K...
March 28
Learn »
...T, R)(R a, T n)
  => n.cube - n; //

auto s1(T)(T first, size...
March 27
General »
...that `size_t` should be its own type, with the guarantee that `size_t` is...
March 27
Issues »
...Bastiaan@Veelo.net

```
void check(void[] v, size_t len)
{
    import std.conv;

    assert(v...
March 27
Issues »
...not strictly necessary, because we can test size_t.sizeof, but since it's
already...
March 26
Issues »
...well for `pure nothrow @trusted
inout(char)[](size_t length, bool isShared = false)`
core/internal...
March 26
Learn »
...StreamSocketFD fd, IOStatus status, size_t len)
    	{
    		try {
    			writeln("Send size: ", len);
    		} catch (Exception e...
March 25
General »
...to use a smaller integer type than size_t when the array length is statically...
March 24
General »
I suppose I wasn't clear enough. When...than 3/4 the size allowed by the...
March 24
Issues »
...error about implicit conversion of 64 bit size_t to int, because the array's...
16 17 18 19 20 21 22 23 24 25 26 27
Next ›   Last »