string-hashcode ( str -- n ) (original) (raw)

string-hashcode ( str -- n )

Vocabulary
strings.private

Inputs

str an object

Outputs

n an object

Definition

USING: slots.private ;

IN: strings.private

: string-hashcode ( str -- n ) 3 slot ; inline