isBuiltinType

Returns whether the given string is a protocol buffer primitive

@safe pure nothrow
bool
isBuiltinType
(
string type
)

Parameters

type string

The type to check for

Return Value

Type: bool

True if the type is a protocol buffer primitive

Meta