hashx functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| __HashXSetKey | stock __HashXSetKey(HashX:handle, const key[], type) { |
| HashXClear | stock HashXClear(HashX:handle) { |
| HashXDeleteKey | stock bool:HashXDeleteKey(HashX:handle, const key[]) { |
| HashXDestroy | stock HashXDestroy(&HashX:handle) { |
| HashXForEach | stock HashXForEach({HashX,_}:id, HashX:handle, func[], hashx_types = 0) { |
| HashXGetKeys | stock Array:HashXGetKeys(HashX:handle) { |
| HashXKeyType | stock HashXKeyType(HashX:handle, key[]) { |
| HashXSetArray | stock HashXSetArray(HashX:handle, const key[], const any:buffer[], size) { |
| HashXSetCell | stock HashXSetCell(HashX:handle, const key[], any:value) { |
| HashXSetString | stock HashXSetString(HashX:handle, const key[], const value[]) { |
| HashXSize | stock HashXSize(HashX:handle) { |