sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
BlockSpecifier
format
writer
Undocumented in source.
package
struct
BlockSpecifier {
Chunk
[]
chunks
;
LinePrefix
prefix
;
this
(Chunk[] chunks, LinePrefix prefix);
bool
opEquals
(BlockSpecifier rhs);
size_t
toHash
();
}
Constructors
this
this
(Chunk[] chunks, LinePrefix prefix)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(BlockSpecifier rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
chunks
Chunk
[]
chunks
;
Undocumented in source.
prefix
LinePrefix
prefix
;
Undocumented in source.
Meta
Source
See Implementation
format
writer
functions
write
manifest constants
MAX_ATTEMPT
structs
BlockSpecifier
CheckPoints
Context
FormatResult
LinePrefix
LineWriter
SolveState
Writer