mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
polish
This commit is contained in:
@@ -39,11 +39,8 @@ impl BigInt {
|
||||
}
|
||||
|
||||
/// Creates a new `BigInt` from a `Vec<u32>`.
|
||||
///
|
||||
/// # Panic
|
||||
///
|
||||
/// Panics if `carrier` is empty.
|
||||
pub fn new_large(carrier: Vec<u32>) -> Self {
|
||||
assert!(!carrier.is_empty());
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user