ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
Input
ctpg
input
Undocumented in source.
struct
Input (
SrcType
) {
SrcType
source
;
size_t
position
;
size_t
line
;
Input
save
[@property getter];
}
Members
Properties
save
Input
save
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
line
size_t
line
;
Undocumented in source.
position
size_t
position
;
Undocumented in source.
source
SrcType
source
;
Undocumented in source.
Meta
Source
See Implementation
ctpg
input
structs
Input