September 14 LDC » How can I use WebAssembly Reference Types with LDC? | |||
|---|---|---|---|
| |||
...and funcref using: ```C++ char __attribute__((address_space(10)))* //externref char __attribute__((address_space(20... | |||
September 12 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...works
Data data = { test: Test.init }; // <- works
char[256] path = "/dev/null"; // <- works
Again, what... | |||
September 09 Learn » Problem with assertThrown | |||
|---|---|---|---|
| |||
...t bitBuffer = 0;
int bitBufferLen = 0;
foreach (char c; encoded) {
auto index = base32Alphabet.indexOf(c... | |||
September 09 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
...version I tested: ``` import std; auto parse(char[] s) => s[9 .. $ - 2]; void show(T... | |||
September 09 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
...i == 28? ```d import std; auto parse(char[] s) => s[9..$ - 2]; void show(string... | |||
September 09 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
import std; auto parse(char[] s)=>s[9..$-2]; void show(T,string file= __FILE... | |||
September 09 Announce » Re: LDC 1.40.0-beta3 | |||
|---|---|---|---|
| |||
...SHOWN = 0x00000004;
SDL_Window* SDL_CreateWindow(const char* title, int x, int y, int w... | |||
August 31 DIP Ideas » takeBack() implementation in std.range for OutputRanges | |||
|---|---|---|---|
| |||
...isNumeric;
if (ilk.isNumeric) {
auto birler = cast(char)ilk.back;
if (birler % 2 == 0) ++birler... | |||
August 30 Issues » [Issue 24733] New: ImportC: `#pragma pack(pop)` restores wrong alignment | |||
|---|---|---|---|
| |||
...S1 {unsigned char c;int i;};
#pragma pack(push, 2)
struct S2 {unsigned char c... | |||
August 28 DIP Ideas » Re: ImportC define attribute | |||
|---|---|---|---|
| |||
...be any expression evaluating to a `const(char)[]` at compile-time. The first requirement isn... | |||
Copyright © 1999-2021 by the D Language Foundation