[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FIXED:] uniform-array
From: |
Dirk Herrmann |
Subject: |
[FIXED:] uniform-array |
Date: |
Thu, 19 Apr 2001 18:28:25 +0200 (MEST) |
On Fri, 20 Apr 2001, Masao Uebayashi wrote:
> Due to The Guile Reference Manual, 11 types of Uniform Array is
> available:
>
> prototype type printing character
> #t boolean (bit-vector) b
> #\a char (string) a
> #\nul byte (integer) y
> 's short (integer) h
> 1 unsigned long (integer) u
> -1 signed long (integer) e
> 'l signed long long (integer) l
> 1.0 float (single precision) s
> 1/3 double (double precision float) i
> 0+i complex (double precision) c
> () conventional vector
>
> Among these, only the array of 'byte' can not be converted by
> 'array->list'.
>
> Try,
>
> (array->list (make-uniform-array #\nul 1))
Fixed in CVS. Thanks for your bug report.
Best regards,
Dirk Herrmann