SDLangSerializer.readDictionary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void readDictionary(void delegate(string) @(safe) field_handler)
    struct SDLangSerializer
    @trusted
    void
    readDictionary
    (
    Traits
    )
    (
    scope void delegate
    (
    string
    )
    @safe
    field_handler
    )
    if (
    isAssociativeArray!(Traits.Type)
    )
  2. void readDictionary(void delegate(string) @(safe) field_handler)

Meta