decimal ~master (2019-09-04T08:37:36Z)
Dub
Repo
TokenizedRange.TokenizedItem
test
TokenizedRange
Undocumented in source.
struct
TokenizedRange
(R)
struct
TokenizedItem {
int
lineNo
;
string
func
;
int
rounding
;
string
op1
;
string
op2
;
string
op3
;
string
res
;
int
expected
;
int
longintsize
;
this
(int lineNo, T line);
}
Constructors
this
this
(int lineNo, T line)
Undocumented in source.
Members
Variables
expected
int
expected
;
Undocumented in source.
func
string
func
;
Undocumented in source.
lineNo
int
lineNo
;
Undocumented in source.
longintsize
int
longintsize
;
Undocumented in source.
op1
string
op1
;
Undocumented in source.
op2
string
op2
;
Undocumented in source.
op3
string
op3
;
Undocumented in source.
res
string
res
;
Undocumented in source.
rounding
int
rounding
;
Undocumented in source.
Meta
Source
See Implementation
test
TokenizedRange
constructors
this
functions
popFront
properties
empty
front
structs
TokenizedItem
Undocumented in source.