vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
Auth
index
app
Undocumented in source.
struct
Auth {
string
username
;
bool
isAdmin
();
bool
isMember
();
}
Members
Functions
isAdmin
bool
isAdmin
()
Undocumented in source. Be warned that the author may not have intended to support it.
isMember
bool
isMember
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
index
app
classes
Service
structs
Auth