tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
DartInfo
tagion
testbench
dart
dartinfo
Undocumented in source.
struct
DartInfo {
const
string
dartfilename
;
const
string
module_path
;
const
SecureNet
net
;
const
HiRPC
hirpc
;
const
string
dartfilename2
;
const
ulong
[]
table
;
const
ulong
[]
deep_table
;
const
enum
FAKE
;
auto
generateStates
(uint from, uint to);
SequenceT
[]
states
;
static
auto
generateFixedStates
(ulong samples);
ReturnType
!
generateFixedStates
fixed_states
;
}
Members
Functions
generateStates
auto
generateStates
(uint from, uint to)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
FAKE
enum
FAKE
;
Undocumented in source.
Static functions
generateFixedStates
auto
generateFixedStates
(ulong samples)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dartfilename
string
dartfilename
;
Undocumented in source.
dartfilename2
string
dartfilename2
;
Undocumented in source.
deep_table
ulong
[]
deep_table
;
Undocumented in source.
fixed_states
ReturnType
!
generateFixedStates
fixed_states
;
Undocumented in source.
hirpc
HiRPC
hirpc
;
Undocumented in source.
module_path
string
module_path
;
Undocumented in source.
net
SecureNet
net
;
Undocumented in source.
states
SequenceT
[]
states
;
Undocumented in source.
table
ulong
[]
table
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
dart
dartinfo
aliases
RandomT
SequenceT
structs
DartInfo