From 376a4c8795200bfc86d01ce68900009951bbc382 Mon Sep 17 00:00:00 2001 From: raymoo Date: Mon, 11 Jan 2016 16:48:11 -0800 Subject: [PATCH] Remove size --- effectset.api | 1 - 1 file changed, 1 deletion(-) diff --git a/effectset.api b/effectset.api index 544ff78..4a6641d 100644 --- a/effectset.api +++ b/effectset.api @@ -5,7 +5,6 @@ effects() - An iterator for the effect records, indexed by UID insert(record) - Inserts a record, returns the UID insert_with_uid(uid, record) - Inserts a record with a specific UID. delete(uid) - Deletes the record with that UID, if it exists -size() - Gets the number of effects with_index("index_name", index) - Gets a set of all UIDs with that index. Other functions