mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-08 21:58:57 +00:00
Some objects need to perform tasks during construction that require the object to be fully constructed, which can't be done in the constructor. This allows postponing such tasks into a did_construct method that will be called right after the object was fully constructed.