You are not logged in.
Pages: 1
wonder, how element check in a set is implemented? is it performance wise/optimized? or switch use is a preferred way?
var
_set : set of byte; //has for example 20 elements
begin
if value in _set
then ...
--- we no need no water, let the ... burn ---
Offline
Pages: 1