Dictionary.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Variant* opIndex(K key)
    struct Dictionary
    @nogc nothrow
    Variant*
    opIndex
    (
    K
    )
    (
    in K key
    )
    if (
    is(K : Variant) ||
    Variant.compatibleToGodot!K
    )
  2. Variant opIndex(K key)

Meta