godot/tests/core
Thaddeus Crews 8d1c1c5867
Merge pull request #92476 from AThousandShips/string_remove_char
Add `String::remove_char(s)` methods for performance and convenience
2025-03-10 10:01:04 -05:00
..
config Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
input Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
io Use get_slicec instead of get_slice for single character splitters 2025-03-08 20:36:37 +01:00
math Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
object Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
os Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
string Add String::remove_char(s) methods for performance and convenience 2025-03-10 13:19:28 +01:00
templates Add Span struct (replacing StrRange). Spans represent read-only access to a contiguous array, resembling std::span. 2025-03-09 18:19:51 +01:00
threads Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_crypto.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_hashing_context.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_time.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00