src/intobject/ops_dollar
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Imports
Procs
$
`$`(i: IntObject): string
Source
Edit
Imports
decl_private
,
decl
,
utils
,
ops_toint
,
ops_divmod
Procs
proc
`$`
(
i
:
IntObject
)
:
string
{.
...
raises
:
[
]
,
tags
:
[
]
,
forbids
:
[
]
.}
this ignores
get_intobject_state
(
)
.
max_str_digits
, and may raises
OverflowDefect
if
i
contains too many digits
Source
Edit