The OpenD Programming Language

SimdSet.this

No default construction if an allocator must be provided.

  1. this()
    struct SimdSet(T, Allocator = Mallocator)
    @disable
    static if(stateSize!Allocator != 0)
    this
    ()
    if (
    T.sizeof == 1 ||
    T.sizeof == 2
    ||
    T.sizeof == 4
    ||
    T.sizeof == 8
    )
  2. this(Allocator allocator)

Meta