How exactly is the id property implemented? Is it like elements with id register inside a quick lookup container? Or is the id resolved in some other way? The id doesn’t appear to be a string, so I am wondering how exactly does it work and what is the cost of using it.
↧