How Can i see associative array  implement , is where  has pseudocode write in Dlang?
    Dennis 
    dkorpel at gmail.com
       
    Thu Dec 29 12:25:42 UTC 2022
    
    
  
On Thursday, 29 December 2022 at 11:24:38 UTC, lil wrote:
> How Can i see associative array  implement , is where  has 
> pseudocode write in Dlang?
If you're asking for the implementation of Associative Arrays, 
you can find that in druntime in the `rt.aaA` module:
https://github.com/dlang/dmd/blob/master/druntime/src/rt/aaA.d
There's no pseudo code of it, but it's a pretty standard hash 
table.
    
    
More information about the Digitalmars-d-learn
mailing list