Files
ladybird/Userland
Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional
Get rid of the weird old signature:

- int StringType::to_int(bool& ok) const

And replace it with sensible new signature:

- Optional<int> StringType::to_int() const
2020-06-12 21:28:55 +02:00
..
2020-04-26 12:54:22 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:51:49 +01:00
2020-02-18 11:35:47 +01:00
2020-02-20 13:20:34 +01:00
2020-02-18 11:35:47 +01:00
2020-02-18 13:29:54 +01:00
2020-04-06 11:09:01 +02:00
2020-02-11 12:16:07 +01:00
2020-02-18 13:29:54 +01:00
2020-01-27 21:38:36 +01:00
2020-05-15 00:01:01 +02:00
2020-02-18 13:29:54 +01:00
2020-02-18 11:35:47 +01:00
2020-06-07 19:29:40 +02:00
2020-05-09 23:50:44 +02:00
2020-02-18 13:29:54 +01:00
2020-02-18 11:35:47 +01:00
2020-02-18 11:35:47 +01:00
2020-02-18 11:35:47 +01:00
2020-05-28 11:01:08 +02:00
2020-02-18 11:35:47 +01:00