Optional.opIndex

Provides indexing into arrays

The indexes and slices are also checked to be valid and none is returned if they are not Ditto

struct Optional(T)
ref
static if(from!"std.traits".isArray!T)
opIndex
(
this This
)
()

Meta