Search

November 27
Learn »
...had made File a class--or an interface--then it would be possible through simple...
November 21
Issues »
...at runtime, that's not a safe interface. You cannot statically assume a void* points...
November 20
Announce »
...old D code you have and directly interface with redub painlessly.

## Parallel Fetching:
Redub will...
November 19
Learn »
...import std.stdio;
import std.concurrency;

// Renderer interface
abstract class Renderer {
    private bool isRunning = true...
November 16
General »
...s been talk about removing the range interface from `Nullable`, and Andrei's comments in...
November 08
Announce »
...then the dynamic Text type needs an interface to report whether a certain range of...
November 08
General »
...be the default
- Can be difficult to interface to non-D code
- Uncertainty of the...
November 02
Announce »
...interface
struct DynamicTextLayout(Text)
if(
	isDynamicLayoutText!Text
	//`Text` needs at least:
	//a forward range interface...
October 31
Learn »
...how to check template inheritance
c# code
interface I
class A : I { void run(){}}
class...
October 22
General »
...17020)

These should align the command-line interface and output format with GCC and Clang...
1 2 3 4
Next ›   Last »