We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab22d99 commit 12339f9Copy full SHA for 12339f9
src/libnum/bigint.rs
@@ -74,7 +74,7 @@ pub mod BigDigit {
74
/**
75
A big unsigned integer type.
76
77
-A `BigUint`-typed value `BigUint { data: ~[a, b, c] }` represents a number
+A `BigUint`-typed value `BigUint { data: vec!(a, b, c) }` represents a number
78
`(a + b * BigDigit::base + c * BigDigit::base^2)`.
79
*/
80
#[deriving(Clone)]
0 commit comments