mirror of
https://github.com/typst/typst
synced 2025-08-18 17:08:33 +08:00
Compare commits
2 Commits
429f4b8792
...
dc49c869b8
Author | SHA1 | Date | |
---|---|---|---|
|
dc49c869b8 | ||
|
c86f9b3a2d |
@ -46,7 +46,7 @@ impl i64 {
|
|||||||
/// or smaller than the minimum 64-bit signed integer.
|
/// or smaller than the minimum 64-bit signed integer.
|
||||||
///
|
///
|
||||||
/// - Booleans are converted to `0` or `1`.
|
/// - Booleans are converted to `0` or `1`.
|
||||||
/// - Floats and decimals are truncated to the next 64-bit integer.
|
/// - Floats and decimals are truncated to the corresponding 64-bit integer.
|
||||||
/// - Strings are parsed in base 10.
|
/// - Strings are parsed in base 10.
|
||||||
///
|
///
|
||||||
/// ```example
|
/// ```example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user