Search

October 25
Announce »
...struct PangoCustomRenderer{
	PangoRenderer parentInstance;
	//custom class instance data goes here
}
struct PangoCustomRendererClass{
	PangoRendererClass parentClass;
}

mixin...
October 23
Issues »
...S*)&(foo.data)).ptr == *(cast(S*)&(bar.data)).ptr);
            assert((cast(S*)&(foo.data)).ptr...
October 21
General »
...a USB-C port, so C handled data collection.  Would have been nicer to do...
October 20
General »
...s also a sign, particularly on the data formats front that it's time for...
October 16
General »
...it does not have to contain any data. For example, if you move an array...
October 13
General »
...a priority. Even if there is no data-flow analysis as advanced as the one...
October 11
General »
One moves the data (destroying the original), the other copies it (both remain valid). If...
October 11
Learn »
...is a fundamental part of handling JSON data, and understanding its limitations is crucial to...
October 11
General »
...actual thing that holds all of the data, and the mailing list and forum are...
October 10
Learn »
...handle_t *pamh = null;
      PAMdata data = {
        password
      };

      void *appdata_ptr = &data;
      // 2. Salih changed it...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »