October 15 Learn » need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...tab;
int len;
} prop_list;
const char *str;
int32_t i32;
int64_t i64;
double... | |||
October 11 LDC » Re: Building for ARM 32-bit embedded | |||
|---|---|---|---|
| |||
...Flag useReplacementDchar = No.useReplacementDchar, S)(ref S str, out size_t numCodeUnits)` /usr/lib/ldc... | |||
October 11 Learn » Re: Accessing __traits(identifier) for variadic function arguments | |||
|---|---|---|---|
| |||
...if (is(typeof(arg) == InterpolatedLiteral!str, string str)) str.write; else write... | |||
October 02 Learn » Re: Templates considered impressive | |||
|---|---|---|---|
| |||
...d
template MyCon(T, string str = "0")
{
MyCon convert = str;
struct MyCon
... | |||
October 01 Learn » Re: Templates considered impressive | |||
|---|---|---|---|
| |||
...d
template MyCon (T, string str = "0")
{
MyCon init = str;
struct MyCon
{
string input;
T... | |||
September 30 Learn » Re: Templates considered impressive | |||
|---|---|---|---|
| |||
...a string str = "abc"; string ss = str.to!string; // same as ss = str; char[] ca... | |||
September 26 Learn » Re: Integer precision of function return types | |||
|---|---|---|---|
| |||
...toHexString(R)(R str)
{
string result;
char a, b;
foreach(char c; str)
{
a = c... | |||
September 24 General » Re: float.sizeof should be 4 | |||
|---|---|---|---|
| |||
...writeln; // 48
}
struct String
{
immutable(char)[] str;
size_t a, b, c, length... | |||
September 22 Learn » Re: How to escape control characters? | |||
|---|---|---|---|
| |||
... enum str = r"\tHello\xfeD\r\nProgramming\0\nWorld!\b\f"; auto u = str.unescaped... | |||
September 09 Learn » Re: How to Humanize Numerical Input|Output | |||
|---|---|---|---|
| |||
...import std.stdio; auto str = readln(); // get the line auto filtered = str.filter!(c => "_,".indexOf... | |||
Copyright © 1999-2021 by the D Language Foundation