ffeedd ~main (2022-05-05T01:40:12.8164776)
Dub
Repo
Author
ffeedd
author
Undocumented in source.
struct
Author {
this
(string s);
string
name
;
string
email
;
}
Constructors
this
this
(string s)
Create author from a string. ("Name <email@something.com>")
Members
Variables
email
string
email
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
ffeedd
author
structs
Author