There was an error while loading. Please reload this page.
Sets can never be values to be searched for, right?
I accidentally used
table.find(value={'<=', 10})
instead of
table.find(value={'<=': 10})
a tiny mistake which cost me quite some time ^^
Sets can never be values to be searched for, right?
I accidentally used
table.find(value={'<=', 10})instead of
table.find(value={'<=': 10})a tiny mistake which cost me quite some time ^^