dextool v4.1.0 (2022-02-08T10:56:02Z)
Dub
Repo
Gen
unit_threaded
randomized
gen
Undocumented in source.
struct
Gen
(T, T low = minimum!T, T high = maximum!T)
struct
Gen
(T, T low = 0, T high = 6.022E23)
struct
Gen (
T
T
low
= 0
T
high
= 6.022E23
)
if
(
from
!"std.traits".
isFloatingPoint
!
T
) {
mixin
GenNumeric
!(
T
,
low
,
high
)
;
}
struct
Gen
(T, size_t low = 0, size_t high = 32)
struct
Gen
(T, size_t low = 1, size_t high = 1024)
struct
Gen
(T)
struct
Gen
(T, T low = minimum!T, T high = maximum!T)
struct
Gen
(T)
Members
Mixins
__anonymous
mixin
GenNumeric
!(
T
,
low
,
high
)
Undocumented in source.
Mixed In Members
From
mixin
GenNumeric
!(
T
,
low
,
high
)
Value
alias
Value
=
T
Undocumented in source.
value
T
value
;
Undocumented in source.
gen
T
gen
(Random gen)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
randomized
gen
mixin templates
GenNumeric
structs
Gen
GenASCIIString
templates
isGen