Created
November 30, 2016 09:05
-
-
Save zhouqiang-cl/b1943ede7005bd53c924dd802d66698f to your computer and use it in GitHub Desktop.
common lisp 的函数 HASH-TABLE-SIZE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
语法 | |
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