December 18, 2021 General » Suggestion: Operator `in` for slices | |||
|---|---|---|---|
| |||
...struct InResult
{
size_t index = size_t.max;
alias index this;
bool opCast(T : bool... | |||
December 16, 2021 General » Re: VRP and signed <-> unsigned conversion | |||
|---|---|---|---|
| |||
...cast. I'm starting to default to size_t for everything to make it go... | |||
December 14, 2021 General » Re: Challenge: write a reference counted slice that works as much as possible like a built-in slice | |||
|---|---|---|---|
| |||
...this() @trusted {
if (isValid) {
auto msg = "closed";
size_t len = msg.length;
write(fd, &len... | |||
December 13, 2021 Learn » Re: How to loop through characters of a string in D language? | |||
|---|---|---|---|
| |||
...end = begin + 1;
foreach(c; s) {
immutable size_t notsemicolon = c != stripchar;
// hack: avoid conditional... | |||
December 10, 2021 Learn » Re: How to loop through characters of a string in D language? | |||
|---|---|---|---|
| |||
...only when needed
size_t i = 0;
while (i < s.length)
{
size_t j = i... | |||
December 08, 2021 Issues » [Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order | |||
|---|---|---|---|
| |||
...stems from the following issue
```
interface IObject
{
size_t toHash() @trusted nothrow;
}
interface Dummy {}
interface... | |||
December 07, 2021 General » Re: injecting imports when compiling | |||
|---|---|---|---|
| |||
...every D file. Otherwise stuff like size_t wouldn't be defined for -betterC (which... | |||
December 05, 2021 Issues » [Issue 21929] delegates capture do not respect scoping | |||
|---|---|---|---|
| |||
...t detect that, just that detection won't...on its implementation and size of lambda's... | |||
December 04, 2021 General » Re: Reed Solomon codes | |||
|---|---|---|---|
| |||
...fit as ubytes) should be ubyte or size_t; And if i should have it... | |||
December 02, 2021 General » Re: [OffTopic] A vulnerability postmortem on Network Security Services | |||
|---|---|---|---|
| |||
...gcc/Object-Size-Checking.html#Object-Size-Checking...killing processes that don't behave, and we... | |||
Copyright © 1999-2021 by the D Language Foundation