In Common Lisp:
(defparameter *test-array* (make-array '(10 5) :element-type 'Float :initial-element 0.0)) (typep *test-array* '(Array Float (10 5)))
Compile-time checks is what's implied in virtually all these conversations.
Does that check run at compile time?
Compile-time checks is what's implied in virtually all these conversations.
Does that check run at compile time?