Figure 8.14:
Comparison of typed vectors
|
(list->list-type list ) |
Given a Scheme list containing the elements of type
type,
create and return a C++ list containing those elements.
O(
n)
|
(list-type ->list type-list ) |
Create a Scheme list containing the elements of
type-
list.
O(
n)
Return #t if
list is a C++ list of
int
objects.
O(1)