November 27 Learn » Re: File-like option where the "file contents" comes from a string? | |||
|---|---|---|---|
| |||
...had made File a class--or an interface--then it would be possible through simple... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...at runtime, that's not a safe interface. You cannot statically assume a void* points... | |||
November 20 Announce » Redub v1.17.1: Walking on its own direction | |||
|---|---|---|---|
| |||
...old D code you have and directly interface with redub painlessly. ## Parallel Fetching: Redub will... | |||
November 19 Learn » Re: Threading with SDL | |||
|---|---|---|---|
| |||
...import std.stdio;
import std.concurrency;
// Renderer interface
abstract class Renderer {
private bool isRunning = true... | |||
November 16 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...s been talk about removing the range interface from `Nullable`, and Andrei's comments in... | |||
November 08 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...then the dynamic Text type needs an interface to report whether a certain range of... | |||
November 08 General » Report: Analysis of survey: Memory safety in D, what is your view? | |||
|---|---|---|---|
| |||
...be the default - Can be difficult to interface to non-D code - Uncertainty of the... | |||
November 02 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...interface struct DynamicTextLayout(Text) if( isDynamicLayoutText!Text //`Text` needs at least: //a forward range interface... | |||
October 31 Learn » newbie question | |||
|---|---|---|---|
| |||
...how to check template inheritance
c# code
interface I
class A : I { void run(){}}
class... | |||
October 22 General » Re: [SAOC 2024] Improve D Error Messages - Weekly Update #5 | |||
|---|---|---|---|
| |||
...17020) These should align the command-line interface and output format with GCC and Clang... | |||
Copyright © 1999-2021 by the D Language Foundation