1Builtins.hash(3kaya) Kaya module reference Builtins.hash(3kaya)
2
3
4
6 Builtins::hash - Hash a value
7
9 Int hash( any x )
10
12 x The value to hash
13
15 Return an integer hash of any value. Because hash uses Builtins.marshal
16 [1m(3kaya) , the hash is not guaranteed to be the same except within the
17 same program binary.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Builtins.strHash (3kaya)
31
32
33
34Kaya December 2010 Builtins.hash(3kaya)