Implement String::resize()

This commit is contained in:
David Snopek
2023-07-07 08:26:55 -05:00
parent c5d8447861
commit 8bc1c1dbeb
8 changed files with 43 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ public:
String test_string_ops() const;
String test_str_utility() const;
bool test_string_is_fourty_two(const String &p_str) const;
String test_string_resize(String p_original) const;
int test_vector_ops() const;
BitField<Flags> test_bitfield(BitField<Flags> flags);