On Thursday, 22 July 2021 at 16:05:41 UTC, Adam D Ruppe wrote:
On Thursday, 22 July 2021 at 15:50:59 UTC, Mark Lagodych wrote:
Do static variables consume *any* memory in instances, perhaps just for pointers to the variables?

nope

Or does compiler automatically convert `someObject.someStaticMember` to `SomeClass.someStaticMember`?

right

Thank you! Didn't see your reply.

Reply via email to