openapi-to-d ~master (2025-04-17T13:06:03Z)
Dub
Repo
Type
types
Undocumented in source.
abstract
class
Type {
@
This
.
Exclude
string
source
;
void
setSource
(string source);
@
This
.
Default
string
description
;
Type
transform
(Type delegate(Type) dg);
}
Members
Functions
setSource
void
setSource
(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
transform
Type
transform
(Type delegate(Type) dg)
Undocumented in source.
Variables
description
string
description
;
Undocumented in source.
source
string
source
;
Undocumented in source.
Meta
Source
See Implementation
types
classes
AdditionalProperties
AllOf
ArrayType
BooleanType
EnumType
IntegerType
NumberType
ObjectType
OneOf
Reference
StringType
Type
functions
decode
structs
TableEntry