[flexi-streams-devel] output-stream-sequence-length

3 Nov
2008
3 Nov
'08
3:16 p.m.
flexi-streams-1.0.7 The simple-array type declaration in output-stream-sequence-length is wrong because the vector has fill-pointer and adjustable. (defmethod output-stream-sequence-length ((stream in-memory-output-stream)) (declare (optimize speed)) (with-accessors ((vector vector-stream-vector)) stream (length (the (simple-array * (*)) vector)))) regards, T.
6086
Age (days ago)
6086
Last active (days ago)
0 comments
1 participants
participants (1)
-
Takehiko Abe