August 22 Genel » ConsArray | |||
|---|---|---|---|
| |||
...size_t index;
void insertFront(T)(T value, int line = __LINE__) {
static if (is(T... | |||
August 20 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...definitely require. I wasn't sure memory-mapped...much memory as the size of the parsed... | |||
August 20 General » Re: Language Reference | |||
|---|---|---|---|
| |||
...‘reference type’:
```d
struct DCharArray{
dchar* ptr;
size_t length;
}
void makeFirstLetterDot(DCharArray str){
str... | |||
August 19 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...call to: ``` core.exception.onAssertError(string file, size_t line); ``` which then forwards the call... | |||
August 17 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...assertHandler;
assertHandler = &myAssertHandler;
}
void myAssertHandler(string file, size_t line, string msg) nothrow
{
// print...
import... | |||
August 17 Learn » How to find the right function in the Phobos library? | |||
|---|---|---|---|
| |||
...my own function ...
size_t indexOf(string[] arr, string key) {
foreach (size_t i, val... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...24698 - Appender needs to expose readonly property 'size_t length' without using 'data' property Add... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...24698 - Appender needs to expose readonly property 'size_t length' without using 'data' property Add... | |||
August 08 Issues » [Issue 24698] New: Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...Summary: Appender needs to expose readonly property 'size_t
length' without using 'data' property
Product... | |||
August 07 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...an `indexOf` function returns `size_t?` (or even better: some `index_t?` which hooks into... | |||
Copyright © 1999-2021 by the D Language Foundation