Dictionary.opIndex

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

Meta