ObjectIdentifier.opSlice

class ObjectIdentifier
@system @nogc nothrow const
opSlice
(
in ptrdiff_t index1
,
in ptrdiff_t index2
)

Return Value

Type: OIDNode[]

a range of OIDNodes from the OID.

Throws

RangeError = if invalid indices are specified.

Meta