📄 atom-table.sml
字号:
(* atom-table.sml * * COPYRIGHT (c) 1996 AT&T Research. * * Hash tables of atoms. *)structure AtomTable = HashTableFn (struct type hash_key = Atom.atom val hashVal = Atom.hash val sameKey = Atom.sameAtom end);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -