SimdSet.this

No default construction if an allocator must be provided.

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

Meta