SSOHashMapOrSet.opSlice

Range over elements of r-value instance of this.

  1. auto opSlice()
    struct SSOHashMapOrSet(K, V = void, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1, uint capacityScaleNumerator = 2, uint capacityScaleDenominator = 1)
    version(none)
    pragma(inline) pragma(inline, true) scope inout return
    opSlice
    ()
    ()
    if (
    smallBinMinCapacity >= 1
    )
  2. auto opSlice()
  3. struct ByRvalueElement(SomeHashMapOrSet)

Meta