Search

November 02
Announce »
...FreeType by default to load & process font data.
- `TextStyleSlice` uses a palette right now, which...
November 01
DIP Ideas »
...struct Data
{
    Other other;
}

void pass(Data data)
{
}
void main()
{

    // THIS OK
    Data data = {
        other...
October 31
DIP Development »
...replaces `emplace` could avoid violation of immutable data in @system code, or at least in...
October 31
General »
...a closure to access latent local scope data, but I almost always refer to sibling...
October 30
General »
...which are trivial to write

1) merging data structures litterally ever
2) simplifying the clunky...
October 30
General »
I believe data structures the be important for a generic programming, and that std's...
October 29
General »
...would have been part of my training data.
3. **Community and Forums:** Discussions on platforms...
October 29
Announce »
...Row` with only reference to the main data.
- Easy to use with `std.algorithm` goodies...
October 29
Learn »
...dmd found cl.exe, but did not supply it with all the data it required.
October 26
DIP Ideas »
...enough? Same code:

```d
  // ...
  ResourceMaker rm;
  auto data = new ubyte[vertexSize];

  auto vertexBuffer = rm.createBuffer...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »