makeIntLiteral
export function makeIntLiteral(args: {
site??: Site
value: bigint
}): IntLiteral
Arguments
1. args
args: {
site??: Site
value: bigint
}
Returns
IntLiteral
export function makeIntLiteral(args: {
site??: Site
value: bigint
}): IntLiteral
args
args: {
site??: Site
value: bigint
}
IntLiteral