graphqld v4.0.4 (2023-03-17T13:42:08Z)
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
enums
JoinJsonPrecedence
functions
accessNN
compareJson
dToString
dataIsEmpty
dataIsNull
dtToString
extract
firstCharUpperCase
getTypename
getWithDefault
getWithPath
hasPathTo
insertError
insertPayload
isScalar
joinJson
jsonTo
lexAndParse
returnTemplate
stringToDT
stringTypeStrip
toGraphqlJson
manifest constants
d
e
structs
JsonCompareResult
PathElement
StringTypeStrip
templates
isClass
isNotInTypeSet
toType