Handbook
Glossary
py-list>vector ( py-list -- vector )
Vocabulary
python
Inputs
py-list
an
object
Outputs
vector
an
object
Definition
USING:
kernel
python.objects
sequences
;
IN:
python
:
py-list>vector
( py-list -- vector )
dup
py-list-size
<iota>
[
py-list-get-item
]
with
V{
}
map-as
;