Search

June 02
General »
...nogc
    this(string message, string file=__FILE__, size_t line=__LINE__,
         Throwable next=null)
    {
        super...
May 30
Genel »
...0..$];
  auto opSlice(size_t ilkN, size_t sonN)
  {
    auto ilk = cast(T)(ilkN * adım...
May 29
Learn »
...typedef void(*AsyncIOCallback)(IAsyncContext* context, Status result, size_t bytes_transferred);
```

This can be written...
May 28
Issues »
...solved:

```
struct R
{
  wchar* ptr;
  size_t len;

  this(T)(T[] range)
  {
    ptr = cast(wchar...
May 28
General »
...main()
{
  class R
  {
    wchar* ptr;
    size_t len;

    this(T)(T[] range)
    {
      ptr = cast(wchar...
May 27
Issues »
...import std.algorithm;
struct R
{
    int* ptr;
    size_t len;
    int front() {return  *ptr;}
    void...
May 27
General »
...import std.range;
struct R
{
    int* ptr;
    size_t len;
    int front() {return  *ptr;}
    void...
May 24
Announce »
...your renderer :) I don't need to push...in games, a fixed size object pool that...
May 24
Genel »
...convert(in bool[] range, out size_t[] list) {
  enum size = typeof(list[0]).sizeof * 8...
May 20
LDC »
...needing unpacking of D slices:
```
void cpr2(size_t srcLength, ubyte* src, @restrict ubyte* dst...
7 8 9 10 11 12 13 14 15 16 17 18
Next ›   Last »