Expand description
Implementation of setlike<...>
and maplike<..., ...>
WebIDL declarations.
Traits§
- Every Maplike dom_struct must implement this to provide access to underlying storage so codegen can automatically generate all maplike methods
- Every Setlike dom_struct must implement this to provide access to underlying storage so codegen can automatically generate all setlike methods