Module vibe.internal.meta.traits
Extensions to `std.traits` module of Phobos. Some may eventually make it into Phobos,
some are dirty hacks that work only for vibe.d
Templates
Name | Description |
---|---|
baseInterface
|
Deduces single base interface for a type. Multiple interfaces will result in compile-time error. |
isPropertyGetter
|
Checks if given type is a getter function type |
isPropertySetter
|
Checks if given type is a setter function type |
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.