Variable RestInterfaceSettings.stripTrailingUnderscore
Ignores a trailing underscore in method and function names.
With this setting set to true, it's possible to use names in the REST interface that are reserved words in D.
Declaration
class RestInterfaceSettings
{
// ...
bool stripTrailingUnderscore = true;
// ...
}
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.