June 02 General » ldc2 exception handling on macOS | |||
|---|---|---|---|
| |||
...nogc
this(string message, string file=__FILE__, size_t line=__LINE__,
Throwable next=null)
{
super... | |||
May 30 Genel » Re: Aralıklar (ranges) ile ilgili bir sorunu çözmek | |||
|---|---|---|---|
| |||
...0..$];
auto opSlice(size_t ilkN, size_t sonN)
{
auto ilk = cast(T)(ilkN * adım... | |||
May 29 Learn » Re: need help to use C++ callback from garnet | |||
|---|---|---|---|
| |||
...typedef void(*AsyncIOCallback)(IAsyncContext* context, Status result, size_t bytes_transferred); ``` This can be written... | |||
May 28 Issues » [Issue 24570] printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...solved:
```
struct R
{
wchar* ptr;
size_t len;
this(T)(T[] range)
{
ptr = cast(wchar... | |||
May 28 General » Re: Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...main()
{
class R
{
wchar* ptr;
size_t len;
this(T)(T[] range)
{
ptr = cast(wchar... | |||
May 27 Issues » [Issue 24570] New: printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...import std.algorithm;
struct R
{
int* ptr;
size_t len;
int front() {return *ptr;}
void... | |||
May 27 General » Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...import std.range;
struct R
{
int* ptr;
size_t len;
int front() {return *ptr;}
void... | |||
May 24 Announce » Re: Demo for The Art of Reflection released (a 3D game and engine fully written in D) | |||
|---|---|---|---|
| |||
...your renderer :) I don't need to push...in games, a fixed size object pool that... | |||
May 24 Genel » Re: Meta kodlama üzerine bir soru | |||
|---|---|---|---|
| |||
...convert(in bool[] range, out size_t[] list) {
enum size = typeof(list[0]).sizeof * 8... | |||
May 20 LDC » Re: overlapping copy semantics question | |||
|---|---|---|---|
| |||
...needing unpacking of D slices: ``` void cpr2(size_t srcLength, ubyte* src, @restrict ubyte* dst... | |||
Copyright © 1999-2021 by the D Language Foundation