Open plajjan opened 1 year ago
Do we need to test lists containing different things, like list[str] and repeat the tests for list[int] etc?
@nordlander @sydow can you guys comment on the seemingly unimplemented methods. Can we support these?:
clear, extend and pop implemented in #1206. count, index and remove requires that element type A implements Eq sort requires that it implements Ord
Thanks @sydow. I've added clear, extend & pop to the acton-by-example docs too: #1209
From Python dir([]), assuming we support the same:
To implement?