[F] isMap
function isMap(program, m): boolean;
Determines whether a type represents a Protobuf map.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
program | Program | the program context |
m | Type | the type to test |
Returns
Section titled “Returns”boolean
true if the internal representation of a Protobuf map is bound to this type.