isBuiltinType

Returns whether the given string is a protocol buffer primitive

bool
isBuiltinType
@safe pure nothrow
(
string type
)

Parameters

type
Type: string

The type to check for

Return Value

Type: bool

True if the type is a protocol buffer primitive

Meta