diff options
author | j.uhlig <[email protected]> | 2018-03-19 16:32:21 +0100 |
---|---|---|
committer | j.uhlig <[email protected]> | 2018-03-19 16:32:21 +0100 |
commit | df7d961bfd648e88b50eb3762af39a3cd985bc11 (patch) | |
tree | 79d2cb5f3e99fb8e0ba302ed474042d7a497905d /lib/stdlib/doc | |
parent | f05074ac001a5f81f98c08d8812850a7d0b9ab18 (diff) | |
download | otp-df7d961bfd648e88b50eb3762af39a3cd985bc11.tar.gz otp-df7d961bfd648e88b50eb3762af39a3cd985bc11.tar.bz2 otp-df7d961bfd648e88b50eb3762af39a3cd985bc11.zip |
is_empty/1 for ordsets
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/ordsets.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/ordsets.xml b/lib/stdlib/doc/src/ordsets.xml index 7b590932e4..2d891d7a5a 100644 --- a/lib/stdlib/doc/src/ordsets.xml +++ b/lib/stdlib/doc/src/ordsets.xml @@ -142,6 +142,15 @@ </func> <func> + <name name="is_empty" arity="1"/> + <fsummary>Test for empty set.</fsummary> + <desc> + <p>Returns <c>true</c> if <c><anno>Ordset</anno></c> is an empty set, + otherwise <c>false</c>.</p> + </desc> + </func> + + <func> <name name="is_set" arity="1"/> <fsummary>Test for an <c>Ordset</c>.</fsummary> <desc> |