Andreas Kling
6f4c380d95
AK: Use size_t for the length of strings
...
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51:21 +01:00
..
2019-11-18 11:48:41 +01:00
2019-11-07 21:35:59 +01:00
2019-11-18 16:30:18 +01:00
2019-07-04 16:16:50 +02:00
2019-11-19 18:20:54 +01:00
2019-11-27 20:37:36 +01:00
2019-11-27 20:37:36 +01:00
2019-11-27 20:37:36 +01:00
2019-10-08 15:35:05 +02:00
2019-07-04 16:16:50 +02:00
2019-09-30 20:06:17 +02:00
2019-10-08 15:35:05 +02:00
2019-11-19 18:23:58 +01:00
2019-11-18 16:30:18 +01:00
2019-12-09 17:51:21 +01:00
2019-10-08 15:35:05 +02:00
2019-09-30 20:06:17 +02:00
2019-09-30 20:06:17 +02:00
2019-07-04 16:16:50 +02:00
2019-07-04 16:16:50 +02:00
2019-10-19 11:49:46 +02:00
2019-11-18 11:51:02 +01:00