scid ~John-Colvin-patch-1 (2022-05-06T09:24:25.9708105)
Dub
Repo
Result.toString
scid
types
Result
Get a string representation of the result.
void
toString
(void delegate(const(char)[]) sink, string formatSpec)
struct
Result
(V, E = V)
const
void
toString
(
void
delegate
(
const
(
char
)[]
)
sink
,
string
formatSpec
= "%s"
)
string
toString
(string formatSpec)
Meta
Source
See Implementation
scid
types
Result
functions
opBinary
opOpAssign
opUnary
toString
variables
error
value
Get a string representation of the result.