Go to the first, previous, next, last section, table of contents.

配列に対するプレディケート

Function: arrayp object

この関数は、オブジェクトが配列(i.e., ベクトルもしくはストリング) の場合、t を返します。

  (arrayp [a])
  => t
  (arrayp "asdf")
  => t


Go to the first, previous, next, last section, table of contents.