dcheck ~master (2021-12-16T12:53:05.2981281)
Dub
Repo
DefaultShrinkAndSpecialCases
dcheck
arbitrary
You can use this to define only generate function.
mixin template
DefaultShrinkAndSpecialCases (
T
) {
import
std
.
range
;
;
auto
shrink
(T val);
auto
specialCases
();
}
Members
Functions
shrink
auto
shrink
(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
specialCases
auto
specialCases
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dcheck
arbitrary
manifest constants
ArrayGenSizeMax
ArrayGenSizeMin
mixin templates
DefaultShrink
DefaultShrinkAndSpecialCases
DefaultSpecialCases
templates
Arbitrary
CheckArbitrary
HasArbitrary
You can use this to define only generate function.