get

@nogc nothrow
T
get
(
T
)
(,
T defaultValue = T.init
)

Return Value

Type: T

type as a T if it is actually in type category T, otherwise defaultValue

Meta