ladybird/DevTools
Andreas Kling 1d0b464618 AK: Make HashMap::get(Key) return an Optional<Value>.
This allows HashMap::get() to be used for value types that cannot be default
constructed (e.g NonnullOwnPtr.)
2019-07-24 10:25:43 +02:00
..
FormCompiler FormCompiler: Build individual compilation units instead of all-at-a-time. 2019-07-10 21:28:04 +02:00
VisualBuilder AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +02:00