From 6577a1d3c3e250ea9cd204baac4633e5e68ceabb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 Jan 2023 23:36:34 +0100 Subject: add len>= --- mew.svnwiki | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mew.svnwiki') diff --git a/mew.svnwiki b/mew.svnwiki index d3adc99..a7f55a0 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -438,6 +438,12 @@ Test if {{}} is an empty list/string/vector/hash-table. Return the length of the list/vector/string/hash-table/generator {{}}. +(len>= ) + +Return true if the list/vector/string/hash-table/generator {{}} +has at least {{}} elements. This is more efficient for lists and +generators than {{len}} and works on infinite structures. + (dup []) Return a duplicate of the nested datastructure {{}}, consisting -- cgit 1.4.1