Remove size

This commit is contained in:
raymoo 2016-01-11 16:48:11 -08:00
parent 1774991f7c
commit 376a4c8795

View File

@ -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