Search

August 22
Genel »
...size_t index;

  void insertFront(T)(T value, int line = __LINE__) {
    static if (is(T...
August 20
General »
...definitely require.


I wasn't sure memory-mapped...much memory as the size of the parsed...
August 20
General »
...‘reference type’:
```d
struct DCharArray{
  dchar* ptr;
  size_t length;
}
void makeFirstLetterDot(DCharArray str){
    str...
August 19
General »
...call to:

```
core.exception.onAssertError(string file, size_t line);
```
which then forwards the call...
August 17
General »
...assertHandler;
    assertHandler = &myAssertHandler;
}

void myAssertHandler(string file, size_t line, string msg) nothrow
{
    // print...
    import...
August 17
Learn »
...my own function ...

    size_t indexOf(string[] arr, string key) {
      foreach (size_t i, val...
August 08
Issues »
...24698 - Appender needs to expose readonly property 'size_t
length' without using 'data' property

  Add...
August 08
Issues »
...24698 - Appender needs to expose readonly property 'size_t length' without using 'data' property

  Add...
August 08
Issues »
...Summary: Appender needs to expose readonly property 'size_t
                    length' without using 'data' property
           Product...
August 07
DIP Development »
...an `indexOf` function returns `size_t?` (or even better: some `index_t?` which hooks into...
1 2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »