mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.set: Add missing remove function in Teal spec
This commit is contained in:
parent
10431cfec6
commit
aa0d6f297d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ local record lib
|
|||
contains : function<T> (Set<T>, T) : boolean
|
||||
contains_set : function<T> (Set<T>, Set<T>) : boolean
|
||||
items : function<T> (Set<T>) : function<T> (Set<T>, T) : T
|
||||
remove : function<T> (Set<T>, T)
|
||||
add_list : function<T> (Set<T>, { T })
|
||||
include : function<T> (Set<T>, Set<T>)
|
||||
exclude : function<T> (Set<T>, Set<T>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue