graphqld ~moving_stuff_around (2022-04-07T19:51:00.3248447)
Dub
Repo
toType
graphql
helper
Undocumented in source.
@
safe
template
toType (
T
) {
import
std
.
bigint
:
BigInt
;
;
import
std
.
traits
:
isArray
,
isIntegral
,
isAggregateType
,
isFloatingPoint
,
isSomeString
;
;
import
std
.
traits
:
isArray
,
isIntegral
,
isAggregateType
,
isFloatingPoint
,
isSomeString
;
;
import
std
.
traits
:
isArray
,
isIntegral
,
isAggregateType
,
isFloatingPoint
,
isSomeString
;
;
import
std
.
traits
:
isArray
,
isIntegral
,
isAggregateType
,
isFloatingPoint
,
isSomeString
;
;
import
std
.
traits
:
isArray
,
isIntegral
,
isAggregateType
,
isFloatingPoint
,
isSomeString
;
;
@
safe
static if
(
is(T == bool)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(
isIntegral!(T)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(
isFloatingPoint!(T)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(!(
isFloatingPoint!(T)
))
static if
(
isSomeString!(T)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(!(
isFloatingPoint!(T)
))
static if
(!(
isSomeString!(T)
))
static if
(
isArray!(T)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(!(
isFloatingPoint!(T)
))
static if
(!(
isSomeString!(T)
))
static if
(!(
isArray!(T)
))
static if
(
isAggregateType!(T)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(!(
isFloatingPoint!(T)
))
static if
(!(
isSomeString!(T)
))
static if
(!(
isArray!(T)
))
static if
(!(
isAggregateType!(T)
))
static if
(
is(T == BigInt)
)
enum
toType
;
@
safe
static if
(!(
is(T == bool)
))
static if
(!(
isIntegral!(T)
))
static if
(!(
isFloatingPoint!(T)
))
static if
(!(
isSomeString!(T)
))
static if
(!(
isArray!(T)
))
static if
(!(
isAggregateType!(T)
))
static if
(!(
is(T == BigInt)
))
enum
toType
;
}
Members
Manifest constants
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
toType
enum
toType
;
Undocumented in source.
Meta
Source
See Implementation
graphql
helper
functions
accessNN
dataIsEmpty
dataIsNull
firstCharUpperCase
getWithDefault
hasPathTo
insertError
insertPayload
isScalar
joinJson
returnTemplate
manifest constants
d
e
templates
toType