November 02 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...FreeType by default to load & process font data. - `TextStyleSlice` uses a palette right now, which... | |||
November 01 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...struct Data
{
Other other;
}
void pass(Data data)
{
}
void main()
{
// THIS OK
Data data = {
other... | |||
October 31 DIP Development » Re: First Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...replaces `emplace` could avoid violation of immutable data in @system code, or at least in... | |||
October 31 General » @nogc and lambdas | |||
|---|---|---|---|
| |||
...a closure to access latent local scope data, but I almost always refer to sibling... | |||
October 30 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
...which are trivial to write 1) merging data structures litterally ever 2) simplifying the clunky... | |||
October 30 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
I believe data structures the be important for a generic programming, and that std's... | |||
October 29 General » To Grok D | |||
|---|---|---|---|
| |||
...would have been part of my training data. 3. **Community and Forums:** Discussions on platforms... | |||
October 29 Announce » Simple DataFrames library | |||
|---|---|---|---|
| |||
...Row` with only reference to the main data. - Easy to use with `std.algorithm` goodies... | |||
October 29 Learn » Re: ImportC question | |||
|---|---|---|---|
| |||
...dmd found cl.exe, but did not supply it with all the data it required. | |||
October 26 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...enough? Same code: ```d // ... ResourceMaker rm; auto data = new ubyte[vertexSize]; auto vertexBuffer = rm.createBuffer... | |||
Copyright © 1999-2021 by the D Language Foundation