August 11, 2014 Learn » Re: Linked list as a bidirectional range? I have some questions... | |||
|---|---|---|---|
| |||
...expose the nodes as that smells of a leaking abstraction. Hiding the nodes make it... | |||
August 11, 2014 Learn » Re: Linked list as a bidirectional range? I have some questions... | |||
|---|---|---|---|
| |||
...implementation here
auto byNode() {
return ... /* range over nodes */
}
auto byData() {
return ... /* range over data */
}
}
LinkedList... | |||
August 11, 2014 Learn » Linked list as a bidirectional range? I have some questions... | |||
|---|---|---|---|
| |||
...the data stored within the nodes or the entire nodes themselves? Different languages do this... | |||
August 11, 2014 Issues » [Issue 13279] [dmd-2.066-rc2] Invalidated state of DList with linearRemove | |||
|---|---|---|---|
| |||
...this keep working by simply letting removed nodes still reference their neighbors: 1. We have... | |||
August 06, 2014 Learn » Re: Inner struct accessing host member | |||
|---|---|---|---|
| |||
...much. I have a lot of Bs (nodes in a graph). They compute some things... | |||
August 06, 2014 Learn » Re: AA initialization | |||
|---|---|---|---|
| |||
...static struct Impl
{
Entry*[] buckets;
size_t nodes;
TypeInfo _keyti;
Entry*[4] binit;
@property const... | |||
August 06, 2014 Learn » Re: Help with porting grammar from PEGjs to D for dustjs project! | |||
|---|---|---|---|
| |||
...is good in order to have polymorthic nodes with different methods and properties). Of course... | |||
August 06, 2014 Learn » Re: Inner struct accessing host member | |||
|---|---|---|---|
| |||
...OK. I have en entire graph, whose nodes are Bs inside A. So that might... | |||
August 04, 2014 Learn » Re: Help with porting grammar from PEGjs to D for dustjs project! | |||
|---|---|---|---|
| |||
...access to all the information (parent nodes, sibling nodes, even far way) whereas when doing... | |||
August 03, 2014 Learn » Help with porting grammar from PEGjs to D for dustjs project! | |||
|---|---|---|---|
| |||
...it or should I walk around all nodes for somehow and generate code for them... | |||
Copyright © 1999-2021 by the D Language Foundation