(bigint x)
将 x 强制转换为 BigInt 。
x
BigInt
查看源码
user=> (def x (biginteger 19931029)) #'user/x user=> (class x) java.math.BigInteger