AssociativeArrayInspector.guess

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

class AssociativeArrayInspector(ComponentType, KeyType = ComponentType)
TypeInfo
guess
(
ComponentType[KeyType] serialized
)

Parameters

serialized ComponentType[KeyType]

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

Return Value

Type: TypeInfo

TypeInfo guessed type

Meta