The OpenD Programming Language

Algebraic.opSlice

struct Algebraic(T__...)
@safe scope const
static if(AllowedTypes.length)
static if(allSatisfy!(isDynamicArray, AllowedTypes))
size_t[2]
opSlice
(
size_t dimension
)
(
size_t i
,
size_t j
)
if (
dimension == 0
)

Return Value

Type: size_t[2]

slice type of Slice!(IotaIterator!size_t)

Meta