Post #3860236
2026-07-16 14:09 UTC
@nyamsprod@phpc.social No worries. Take a note and write it when you return.
Replies (1)
-
@Crell@phpc.social 2026-07-16 15:26
@ramsey@phpc.social @nyamsprod@phpc.social class Duration { public private(set) self $zero { get => $this->zero ??= new self(0); } } Poof, cached. (Typed on my phone, excuse code typos.)