dbpf v0.1.0 (2024-02-26T20:46:04Z)
Dub
Repo
str
dbpf
types
A fixed-sized string.
struct
str (
int
Size
) {
this
(string str);
string
value
();
string
value
(string str);
}
Constructors
this
this
(string str)
Alias This
value
Members
Functions
value
string
value
()
Undocumented in source. Be warned that the author may not have intended to support it.
value
string
value
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dbpf
types
structs
int24
str
A fixed-sized string.