Bcaa.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch [@property getter]
  2. V opDispatch [@property setter]
    struct Bcaa(K, V, Allocator = Mallocator)
    @nogc nothrow @property
    static if(isSomeString!K)
    opDispatch
    (
    K key
    )
    (
    scope const V value
    )

Meta