RuntimeInspector.guess

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

class RuntimeInspector(Type, KeyType = string)
const
TypeInfo
guess
(
Object serialized
)

Parameters

serialized Object

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

Return Value

Type: TypeInfo

TypeInfo guessed type

Meta