phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
isIntegerLike.isIntegerLike
nxt
rational
isIntegerLike
Undocumented in source.
enum
isIntegerLike
;
enum
isIntegerLike
;
template
isIntegerLike
(T)
static if
(
isMutable!T
)
static if
(!(
isIntegral!T || isSomeChar!T
))
static if
(
isFloatingPoint!T || is(T == bool) || isArray!T
)
enum
isIntegerLike
=
false
;
enum
isIntegerLike
;
alias
isIntegerLike
=
isIntegerLike
!(
Unqual
!
T
)
Meta
Source
See Source File
nxt
rational
isIntegerLike
manifest constants
isIntegerLike