Files
ladybird/AK
Andrew Kaster 986544600a AK: Add Result<void, ErrorType> specialization, cleanup
Add a specialization for a void ValueType. This is useful if a generic
function wants to return a Result<T, E> where the user might not
actually care abut the T, and default it to void. In this case it
basically becomes Unexpected<E> instead of Result, but hey, it works :)
2021-01-01 23:01:48 +01:00
..
2020-12-20 21:13:10 +01:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-11-22 16:07:00 +01:00
2020-10-03 12:36:49 +02:00
2020-09-25 21:18:17 +02:00
2020-10-29 11:52:31 +01:00
2020-11-09 16:21:29 +01:00
2020-11-09 16:21:29 +01:00
2020-10-08 09:59:55 +02:00
2020-11-22 10:54:33 +01:00
2020-10-08 09:59:55 +02:00
2020-09-25 21:18:17 +02:00
2020-10-14 11:29:29 +02:00
2020-11-12 10:19:04 +01:00
2021-01-01 22:59:48 +01:00
2021-01-01 22:59:48 +01:00