Previous: Filenames, Up: Types


15.3.2.3 Type conversion functions

For each of these types there is a function of the same name that converts any valid designator for the type into an object of said type.

     (with-open-file (o "/tmp/foo" :direction :output)
       (sb-posix:file-descriptor o))
     => 4