checkedint v0.7.0 (2020-04-18T21:41:28Z)
Dub
Repo
TestValues
checkedint
tests
values
Undocumented in source.
struct
TestValues
(N)
pure nothrow @
nogc
@
safe
struct
TestValues (
N
)
if
(
is
(
N
==
typeof
(null))
) {
bool
empty
;
typeof
(
null
)
front
();
void
popFront
();
}
struct
TestValues
(N)
struct
TestValues
(N)
struct
TestValues
(N)
Members
Functions
front
typeof
(
null
)
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
Meta
Source
See Implementation
checkedint
tests
values
aliases
CharTypes
FixedTypes
FloatingTypes
IntegralTypes
NumericTypes
ScalarTypes
structs
TestValues