.. default-domain:: chpl .. module:: BigIntMsg BigIntMsg ========= **Usage** .. code-block:: chapel use BigIntMsg; or .. code-block:: chapel import BigIntMsg; .. data:: const biLogger = new Logger(logLevel, logChannel) .. function:: proc bigIntCreationMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int): MsgTuple throws where array_dtype == bigint .. function:: proc bigintToUintArraysMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int): MsgTuple throws where array_dtype == bigint .. function:: proc getMaxBitsMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int): MsgTuple throws where array_dtype == bigint .. function:: proc setMaxBitsMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int): MsgTuple throws where array_dtype == bigint