Bcaa.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch [@property getter]
    struct Bcaa(K, V, Allocator = Mallocator)
    @property
    static if(is(immutable K == immutable C[], C) && (is(C == char) || is(C == wchar) || is(C == dchar)))
    opDispatch
    (
    K key
    )
    ()
  2. V opDispatch [@property setter]

Meta