Optional.opIndex

Index operator with auto return types

  1. auto opIndex(size_t index)
  2. auto opIndex()
    struct Optional(T)
    static if(isArray!T)
    opIndex
    (
    this This
    )
    ()

Meta