Merge pull request #380 from dlang-community/getFunctionVariadicStyle

add support for the getFunctionVariadicStyle trait
This commit is contained in:
Brian Schott 2017-05-24 14:47:14 -07:00 committed by GitHub
commit 1d3f4b32fb
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ immutable string[] traits = [
"getAliasThis",
"getAttributes",
"getFunctionAttributes",
"getFunctionVariadicStyle",
"getLinkage",
"getMember",
"getOverloads",