Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created November 30, 2016 09:05
Show Gist options
  • Save zhouqiang-cl/b1943ede7005bd53c924dd802d66698f to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/b1943ede7005bd53c924dd802d66698f to your computer and use it in GitHub Desktop.
common lisp 的函数 HASH-TABLE-SIZE
语法
hash-table-size hash-table => size
参数和值
hash-table --- 一个hash table
size --- 一个正整数
描述
返回 hash-table 的 size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment