Then

Action property for Then

@safe
struct Then {}

Members

Mixins

__anonymous
mixin Property
Undocumented in source.

Mixed In Members

From mixin Property

description
string description;
Undocumented in source.
comments
string[] comments;
Undocumented in source.
__anonymous
mixin HiBONRecord!(q{ this(string description, string[] comments=null ) pure nothrow { this.description = description; this.comments = comments; } this(T)(T prop) pure nothrow { description = prop.description; comments = prop.comments; } })
Undocumented in source.

Meta