makeIntLiteral
export function makeIntLiteral(args: {
site?: Site
value: bigint
}): IntLiteral
Arguments
Name | Type | Description |
---|---|---|
args | { site?: Site value: bigint } |
Return value
IntLiteral
export function makeIntLiteral(args: {
site?: Site
value: bigint
}): IntLiteral
Name | Type | Description |
---|---|---|
args | { site?: Site value: bigint } |
IntLiteral