Alias RestInterface.SubInterfaceTypes
The type of each sub interface
This array has the same number of entries as subInterfaces
and
SubInterfaceFunctions
.
Declaration
struct RestInterface
{
// ...
alias SubInterfaceTypes = RestInterface . GetSubInterfaceTypes!();
// ...
}
Authors
Sönke Ludwig
Copyright
© 2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.