dsnapshot v0.1.0 (2019-08-04T11:34:54Z)
Dub
Repo
Bucket
dsnapshot
layout
Undocumented in source.
@
safe
struct
Bucket {
import
sumtype
;
;
SumType
!(
Empty
,
Snapshot
)
value
;
import
std
.
range
:
isOutputRange
;
;
string
toString
();
void
toString
(Writer w);
}
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
SumType
!(
Empty
,
Snapshot
)
value
;
Undocumented in source.
Meta
Source
See Implementation
dsnapshot
layout
functions
bestFitInterval
bestFitTime
fitness
structs
Bucket
Empty
Layout
LayoutConfig
Snapshot
Span