This assert == stuff keep popping up constantly in the code examples. Can I 
just remove them?

var collection: set[int16] assert collection == {}

is it the same as: if collection == {} and if it is false it gives conpiler 
error? 

Reply via email to