1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- SCM_API int scm_is_array (SCM obj)
- SCM_API SCM scm_array_p (SCM v, SCM unused)
- SCM_INTERNAL SCM scm_array_p_2 (SCM);
- SCM_API int scm_is_typed_array (SCM obj, SCM type)
- SCM_API SCM scm_typed_array_p (SCM v, SCM type)
- SCM_API size_t scm_c_array_rank (SCM ra)
- SCM_API SCM scm_array_rank (SCM ra)
- SCM_API SCM scm_array_dimensions (SCM ra)
- SCM_API SCM scm_array_type (SCM ra)
- SCM_API SCM scm_array_in_bounds_p (SCM v, SCM args)
- SCM_API SCM scm_array_ref (SCM v, SCM args)
- SCM_API SCM scm_array_set_x (SCM v, SCM obj, SCM args)
- SCM_API SCM scm_array_to_list (SCM v)
- SCM_INTERNAL void scm_init_generalized_arrays (void)
|