SimdSet.this

Use the given allocator for allocations.

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

Meta