ArrayInspector.guess

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

class ArrayInspector(ComponentType)
TypeInfo
guess
(
ComponentType[] serialized
)

Parameters

serialized ComponentType[]

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

Return Value

Type: TypeInfo

TypeInfo guessed type

Meta