HLL.this

  1. this()
  2. this(uint p, uint pPrime, typeof(this.malloc) malloc, typeof(this.realloc) realloc, typeof(this.free) free)
    struct HLL
    pragma(inline, true)
    this
    (
    uint p
    ,
    uint pPrime = 25
    ,
    typeof(this.malloc) malloc = &core.stdc.stdlib.malloc
    ,
    typeof(this.realloc) realloc = &core.stdc.stdlib.realloc
    ,
    typeof(this.free) free = &core.stdc.stdlib.free
    )

Meta