Interface
ReadonlyCollection
Read-only view of a Collection (e.g. for method return types).
Type
Omit<Collection<K, V>, 'set' | 'delete' | 'clear'>Interface
Read-only view of a Collection (e.g. for method return types).
Omit<Collection<K, V>, 'set' | 'delete' | 'clear'>