Gentee Programming Language > Documentation > Libraries Download documentation

hash.find

Find an item with this key.
 
uint hash.find(
      str   key
)

Parameters

keyKey value.

Return value

Either the pointer to the found item is returned or 0 is returned if there is no item with this key.

See also

    Associative arrays - hash tables


 Copyright © 2004-2006 Gentee Inc. All rights reserved.