returnValue
export extern (C)
struct returnValue (
) {
}
Constructors
- this
this(T value)
Undocumented in source.
- this
this(Exception error)
Undocumented in source.
Members
- error
wstring error;
Undocumented in source.
- value
T value;
Undocumented in source.