|
@@ -53,7 +53,7 @@ public:
|
|
|
|
|
|
size_t export_data(Bytes, bool remove_leading_zeros = false) const;
|
|
size_t export_data(Bytes, bool remove_leading_zeros = false) const;
|
|
|
|
|
|
- static UnsignedBigInteger from_base(u16 N, const String& str);
|
|
|
|
|
|
+ static UnsignedBigInteger from_base(u16 N, StringView str);
|
|
String to_base(u16 N) const;
|
|
String to_base(u16 N) const;
|
|
|
|
|
|
u64 to_u64() const;
|
|
u64 to_u64() const;
|