tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Compare
tagion
hashgraphview
Compare
Undocumented in source.
@
safe
struct
Compare {
enum
ErrorCode
;
alias
ErrorCallback
=
bool
delegate
(
const
Event
e1
,
const
Event
e2
,
const
ErrorCode
code
)
nothrow
@(
safe
)
;
const
HashGraph
h1
;
const
HashGraph
h2
;
const
ErrorCallback
error_callback
;
int
order_offset
;
long
round_offset
;
uint
count
;
this
(HashGraph h1, HashGraph h2, ErrorCallback error_callback);
bool
compare
();
}
Constructors
this
this
(HashGraph h1, HashGraph h2, ErrorCallback error_callback)
Undocumented in source.
Members
Aliases
ErrorCallback
alias
ErrorCallback
=
bool
delegate
(
const
Event
e1
,
const
Event
e2
,
const
ErrorCode
code
)
nothrow
@(
safe
)
Undocumented in source.
Enums
ErrorCode
enum
ErrorCode
Undocumented in source.
Functions
compare
bool
compare
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
count
uint
count
;
Undocumented in source.
error_callback
ErrorCallback
error_callback
;
Undocumented in source.
h1
HashGraph
h1
;
h2
HashGraph
h2
;
Undocumented in source.
order_offset
int
order_offset
;
Undocumented in source.
round_offset
long
round_offset
;
Undocumented in source.
Meta
Source
See Implementation
tagion
hashgraphview
Compare
structs
Compare