decoToType

Convert a string representing a type (the deco) and return its equivalent Type.

decoToType
(
const(char)[] deco
)

Parameters

deco const(char)[]

string containing the deco

Return Value

Type: Type

null for failed to convert Type for succeeded

Suggestion Box / Bug Report