Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我见过两种风格的类型提示,例如,clojure-contrib.server-socket写道:
clojure-contrib.server-socket
(.close #^ServerSocket (:server-socket server))
Clojure 的 java-interop 文档仅^用于进行类型提示。
^
两者有什么区别吗?
不推荐使用该#^语法以支持该^语法。请参阅上一个问题。
#^