Type.opIndex

  1. auto opIndex(S sizeVal)
    struct Type(T)
    const pure nothrow @safe @nogc
    opIndex
    (
    S
    )
    if (
    is(S : Val!size,
    size_t size
    )
    )
  2. auto opIndex(Type!U keyType)

Meta