translateAggregate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string[] translateAggregate(from!"dpp.runtime.context".Context context, from!"clang".Cursor cursor, string keyword, from!"std.typecons".Nullable!string spelling)
    @safe
    string[]
    translateAggregate
    (
    ref from!"dpp.runtime.context".Context context
    ,
    in from!"clang".Cursor cursor
    ,
    in string keyword
    ,
    in from!"std.typecons".Nullable!string spelling = from!"std.typecons".Nullable!string()
    )
  2. string[] translateAggregate(from!"dpp.runtime.context".Context context, from!"clang".Cursor cursor, string cKeyword, string dKeyword, from!"std.typecons".Nullable!string spelling)

Meta