VEBroot.opSlice

opSlice for slicing operation returns the static array of two numbers, for opIndex interop

struct VEBroot(size_t baseSize)
@nogc
size_t[2]
opSlice
(
size_t dim : 0
)
(
size_t x
,
size_t y
)
if (
(baseSize & (baseSize - 1)) == 0
)

Meta