From 35ae53a6c37c670fdfe1e3ea8dc118e443febbf3 Mon Sep 17 00:00:00 2001 From: "j.uhlig" Date: Mon, 19 Mar 2018 16:32:41 +0100 Subject: is_empty/1 for sets --- lib/stdlib/doc/src/sets.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/sets.xml b/lib/stdlib/doc/src/sets.xml index 4934bed365..1ed96ddc3f 100644 --- a/lib/stdlib/doc/src/sets.xml +++ b/lib/stdlib/doc/src/sets.xml @@ -139,6 +139,15 @@ + + + Test for empty set. + +

Returns true if Set is an empty set, + otherwise false.

+
+
+ Test for a Set. -- cgit v1.2.3