CfNode.makeInteger

CfNode makeInteger(long value, string raw = "", Location loc = Location.init) @safe pure

Creates an integer node.

Parameters

valueThe integer value
rawOriginal text representation
locSource location

Returns

A CfNode with type INTEGER.