StdConvTypeGuesser.guess

Guess the D type of serialized based on eager attempts to convert serialized to one of ConvertableTypes.

class StdConvTypeGuesser(SerializedType, ConvertableTypes...)
const
TypeInfo
guess
(
SerializedType serialized
)

Parameters

serialized SerializedType

the component for which guesser will attempt to guess the type.

Return Value

Type: TypeInfo

TypeInfo guessed type for which std.conv.to didn't fail.

Meta