SimpleTypeGuesser.guess

Guess the D type of serialized based on information available in it.

class SimpleTypeGuesser(SerializedType)
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

Meta