oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
Mountain
tests
dbal_sqlite3
tests
Undocumented in source.
@
safe
class
Mountain {
ulong
id
;
string
name
;
string
location
;
uint
height
;
this
();
this
(string name, string location, uint height);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string name, string location, uint height)
Undocumented in source.
Members
Variables
height
uint
height
;
Undocumented in source.
id
ulong
id
;
Undocumented in source.
location
string
location
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
tests
dbal_sqlite3
tests
classes
Mountain
functions
print
structs
Person