fetch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Option!V fetch(V[K] aa, K key)
    pure nothrow
    fetch
    (
    K
    V
    )
    (
    V[K] aa
    ,
    const K key
    )
  2. Option!(const V) fetch(V[K] aa, K key)
  3. Option!(immutable V) fetch(V[K] aa, K key)

Meta