Variable cloneFunction
Clones function signature including its name so that resulting string can be mixed into descendant class to override it. All symbols in resulting string are fully qualified.
Declaration
module vibe.http.restutil; // ... string cloneFunction!(alias Symbol) if (isSomeFunction!(Symbol)); // ...
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.