June 05 General » The Future of D Runtime | |||
|---|---|---|---|
| |||
...are benign, but take a look at `std.stdio`, I wish whoever wants to port... | |||
June 05 Issues » [Issue 24589] New: [std.sreaching] take functions seem to be missing range overload/version | |||
|---|---|---|---|
| |||
...cgi?id=24589
Issue ID: 24589
Summary: [std.sreaching] take functions seem to be missing... | |||
June 05 General » Re: Lesson #100 in DLang YouTube playlist is coming -- Want to contribute what goes in? | |||
|---|---|---|---|
| |||
...chaining, dub, foreach, and good parts of std.* (range, algorithm, string, conv, studio). I love... | |||
June 05 Learn » Re: How to pass in reference a fixed array in parameter | |||
|---|---|---|---|
| |||
...edited at last minute). Fixed: ```d import std.stdio; alias s_cell = int; void main... | |||
June 05 Learn » Re: How to pass in reference a fixed array in parameter | |||
|---|---|---|---|
| |||
...int` instead for demo purposes): ```d import std.stdio; alias s_cell = int; void main... | |||
June 03 Issues » [Issue 24582] Detect unsafe `cast(bool[])` | |||
|---|---|---|---|
| |||
...cast(bool[]) [2, 4]; // literal cast
import std.stdio;
writeln(*cast(byte*)&v); // 1, OK... | |||
June 02 General » ldc2 exception handling on macOS | |||
|---|---|---|---|
| |||
...test_exception fail
```
```
// test_exception.d
import std.stdio;
class MyException : Exception {
@nogc
this(string... | |||
June 01 Issues » [Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++ | |||
|---|---|---|---|
| |||
...in C++
struct std_function(F)
{
// ...
}
extern(C++) void f(ref const std_function!(FunctionTypeOf... | |||
June 01 Issues » [Issue 24577] New: Struct with constructor returned from C++ wrong | |||
|---|---|---|---|
| |||
...i = 5;
return r;
}
//////////////// test.d ////////////////////
import std.stdio;
extern(C++) struct S
{
int i... | |||
June 01 Genel » Re: Dlang ile Terminal Boyutlarını Nasıl Alabilirim | |||
|---|---|---|---|
| |||
...std.stdio;
int width, height;
void main()
{
auto cs = CONSOLE_SCREEN_BUFFER_INFO();
GetStdHandle(STD... | |||
Copyright © 1999-2021 by the D Language Foundation