hash2 ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


概要
Special-purpose fixed-size hashtable where keys are pairs of integers

メタデータ
タグ:collections
作者:Daniel Ehrenberg


ワード

通常ワード
ワードスタック効果
(assoc2)( a b alist -- {a,b,val} )
2=( a b pair -- ? )
<hash2>( size -- hash2 )
alist>hash2( alist size -- hash2 )
assoc2( a b alist -- value )
hash2( a b hash2 -- value/f )
hash2@( a b hash2 -- a b bucket hash2 )
hashcode2( a b -- hashcode )
set-assoc2( value a b alist -- alist )
set-hash2( a b value hash2 -- )


ファイル
resource:basis/hash2/hash2.factor
resource:basis/hash2/hash2-docs.factor
resource:basis/hash2/hash2-tests.factor