August 16 Learn » Re: create fixed length string of characters | |||
|---|---|---|---|
| |||
...writeln(); // allocate mutable array on heap char[] b = new char[60]; b[] = '-'; // if b is... | |||
August 15 Issues » [Issue 24704] New: DateTime.fromISOExtString Does Not Support ISO8601 Time Unit Fractions | |||
|---|---|---|---|
| |||
...datetime.date.TimeOfDay.fromISOExtString!(immutable(char)[]).fromISOExtString(scope const(immutable(char)[])) [0x5626aa88fea9] /dlang/dmd/linux... | |||
August 13 DIP Ideas » Re: directional quotes | |||
|---|---|---|---|
| |||
...separate debate no? Im unaware of any char sequences that combine into quotation marks Windows... | |||
August 13 Issues » [Issue 24700] MsCoffObj_getsegment is really slow O(n^2) | |||
|---|---|---|---|
| |||
...s)
@trusted
segidx_t MsCoffObj_getsegment(const(char)* sectname, uint flags)
{
+ __gshared segidx_t lastFind... | |||
August 12 DIP Ideas » directional quotes | |||
|---|---|---|---|
| |||
...the 60's. Imagine making a 1 char typo of escape characters when making a... | |||
August 09 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...don’t be wrong. `string` AKA `immutable(char)[]` and `char[]` are both ‘strings’, it’s just that... | |||
August 08 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...strip) takes an array of any `const` char (`char`, `wchar`, or `dchar`). As a reminder... | |||
August 08 Learn » Re: inportC with postgres 16_4 on macOS error | |||
|---|---|---|---|
| |||
...C_SOURCE) FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING... | |||
August 08 Learn » importC error: alignment value expected, not `sizeof` | |||
|---|---|---|---|
| |||
```c
typedef struct test_s
{
unsigned char _[64] __attribute__ ((aligned (sizeof (void *))));
} test_t;
``` | |||
August 06 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...system. `string` is an alias of `immutable(char)[]`. You’re casting to `immutable`—never cast to... | |||
Copyright © 1999-2021 by the D Language Foundation