js-util

Home > rc-js-util > ISetLike

ISetLike interface

Signature:

export interface ISetLike<TItem> extends IReadonlySetLike<TItem> 

Extends: IReadonlySetLike

Properties

Property Modifiers Type Description
size   number  

Methods

Method Description
add(item)  
clear()  
delete(item)