mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
lookup() returns an Optional<String> which allows us to implement easy default values using lookup(key).value_or(default_value);
lookup() returns an Optional<String> which allows us to implement easy default values using lookup(key).value_or(default_value);