August 13 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...the guarantees in the type system hold. Remove the ability for the type state to... | |||
August 11 DIP Ideas » DIP: @mustuse as function return value annotation | |||
|---|---|---|---|
| |||
...to use `this` object
override AbsPaths remove(int i) {
... // remove the i-th element of... | |||
August 11 DIP Ideas » Re: uniform method naming convention for all lib std containers | |||
|---|---|---|---|
| |||
...associative array, `remove()` is in-place; but here for std.algorithm.mutation.remove (*keyword*: mutation... | |||
August 11 Learn » Re: Do you have a better way to remove element from a array? | |||
|---|---|---|---|
| |||
...might be an appropriate replacement for `remove`. I read `remove`’s documentation, and there it... | |||
August 11 Learn » Re: Do you have a better way to remove element from a array? | |||
|---|---|---|---|
| |||
One of them is part of DRuntime, and the other is a function you can... | |||
August 11 Learn » Re: Do you have a better way to remove element from a array? | |||
|---|---|---|---|
| |||
You may want to create a new thread about this in General. If it's... | |||
August 11 Learn » Re: Do you have a better way to remove element from a array? | |||
|---|---|---|---|
| |||
...associative array, `remove()` is in-place; but here for std.algorithm.mutation.remove (*keyword*: mutation... | |||
August 11 Issues » [Issue 10959] std.algorithm.remove is highly bug-prone | |||
|---|---|---|---|
| |||
...associative array, `remove()` is in-place; but here for std.algorithm.mutation.remove, one need... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...length` property rather than `app[].length`. Also remove `@trusted` attribute from `@safe` function. https://github... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...length` property rather than `app[].length`. Also remove `@trusted` attribute from `@safe` function. https://github... | |||
Copyright © 1999-2021 by the D Language Foundation