Example ObjVector new 012

 

 

Description

These examples show how to construct a typed Vector. An Object Vector is constructed using the new function.

 

Details

Returns an Object Vector of 2 Objects.

(new Vector: Object: 2 #{A: 1 B: 2} #(1 2 )) Returns: #<ObjVector 123456>

Displays the contents of the Object Vector.

(display <ObjVector 123456>) Returns: #(obj| #{A: 1 B: 2} #(1 2 ) )

 

Related Examples

Here are examples of the new function at work.

BitVector new 013 Brick new 015 ByteVector new 015 CpxVector new 015
Dictionary new 004 Directory new 005 Directory new 006 FltVector new 009
IntVector new 010 Matrix new 009 Matrix new 010 NumMatrix new 015
NumVector new 011 ObjVector new 012 ObjectRepository new 014 PcodeVector new 014
ShortVector new 011 String new 001 Structure new 003 Symbol new 002
Vector new 007 Vector new 008

 

Function Links

Here is the link to the current function used in this example.

new

Here are a number of links to other related functions.

setq(ObjVector) define(ObjVector)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

ObjVectoror

Here are a number of links to examples having similar argument types.

ObjVector new 012

How do I contact the AIS Server team?

You can always talk with the AIS at aiserver.sourceforge.net.