hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

+x86_64.ha (196B)


      1 // SPDX-License-Identifier: MPL-2.0
      2 // (c) Hare authors <https://harelang.org>
      3 
      4 // Hashes a string, returning a size key, for use in a hash map.
      5 export fn string(s: str) size = string64(s): size;