Array2DHashSet.this

Undocumented in source.
  1. this()
  2. this(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp)
    class Array2DHashSet(T)
    this
    (
    size_t function
    (
    Object o
    )
    @trusted nothrow
    hashOfFp
    ,
    bool function
    (
    Object a
    ,
    Object b
    )
    opEqualsFp
    )
  3. this(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp, int initialCapacity, int initialBucketCapacity)

Meta