using a binary tree container

spir denis.spir at gmail.com
Fri Feb 11 04:27:31 PST 2011


On 02/11/2011 01:05 PM, bearophile wrote:
> Dominic Jones:
>
>> I have a list of strings and I want to determine whether or not a particular
>> string in the is in that list.
>
> What about using:
> size_t[sting] yourStringSet;
>
> Bye,
> bearophile

bool[st<r>ing] yourStringSet;

does the job and better matches semantics

denis
-- 
_________________
vita es estrany
spir.wikidot.com



More information about the Digitalmars-d-learn mailing list