The OpenD Programming Language

SimdSet.this

Use the given allocator for allocations.

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

Meta