ClojureDocs

导航

命名空间

read+string

clojure.core

从 1.10 起可用 (源代码)
  • (read+string)
  • (read+string stream)
  • (read+string stream eof-error? eof-value)
  • (read+string stream eof-error? eof-value recursive?)
  • (read+string opts stream)
Like read, and taking the same args. stream must be a LineNumberingPushbackReader.
Returns a vector containing the object read and the (whitespace-trimmed) string read.