Properties add All add All : ( ( entries ) => void )
Type declaration ( entries ) : void Parameters entries : CopyMap < any , Passable > | Iterable < [ K , V ] > Returns void clear clear : ( ( keyPatt ? , valuePatt ? ) => void )
Type declaration ( keyPatt ? , valuePatt ? ) : void Returns void delete delete : ( ( key ) => void )
entries entries : ( ( keyPatt ? ,
valuePatt ? ) => Iterable < [ K , V ] > ) Type declaration ( keyPatt ? , valuePatt ? ) : Iterable < [ K , V ] > Returns Iterable < [ K , V ] > get Size get Size : ( ( keyPatt ? , valuePatt ? ) => number )
Type declaration ( keyPatt ? , valuePatt ? ) : number Returns number has has : ( ( key ) => boolean )
Type declaration ( key ) : boolean Returns boolean init init : ( ( key , value ) => void )
Type declaration ( key , value ) : void Returns void keys keys : ( ( keyPatt ? ,
valuePatt ? ) => Iterable < K > ) Type declaration ( keyPatt ? , valuePatt ? ) : Iterable < K > Returns Iterable < K > set set : ( ( key , value ) => void )
Type declaration ( key , value ) : void Returns void snapshot snapshot : ( ( keyPatt ? , valuePatt ? ) => CopyMap < any , Passable > )
Type declaration ( keyPatt ? , valuePatt ? ) : CopyMap < any , Passable > Returns CopyMap < any , Passable > values values : ( ( keyPatt ? ,
valuePatt ? ) => Iterable < V > ) Type declaration ( keyPatt ? , valuePatt ? ) : Iterable < V > Returns Iterable < V >
Remove the key. Throws if not found.