Example ShortVector new 011

 

 

Description

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

 

Details

Returns a Short Vector containing 5 integers.

(setq X (new Vector: short: 5 4 5 6 3 4) ) Returns: <ShortVector 123456>

Displays the contents of the Short Vector.

(display X) Returns: #(short| 4 5 6 3 4 )

 

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(ShortVector) define(ShortVector)

 

Argument Types

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

ShortVector

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

ShortVector addMethod 021 ShortVector append 008 ShortVector apply 007 ShortVector binaryInsert 006
ShortVector binarySearch 007 ShortVector cdr 008 ShortVector compare 016 ShortVector compareEQ 015
ShortVector compareGE 015 ShortVector compareGT 015 ShortVector compareLE 015 ShortVector compareLT 015
ShortVector compareNE 015 ShortVector comparison functions 015 ShortVector copy 008 ShortVector defmethod 019
ShortVector delete 011 ShortVector insert 007 ShortVector inside 006 ShortVector isAtom 007
ShortVector isEqual 015 ShortVector isIdentical 014 ShortVector isObject 009 ShortVector length 010
ShortVector map 007 ShortVector mapc 007 ShortVector member 006 ShortVector methodsOf 019
ShortVector new 011 ShortVector ref 024 ShortVector remove 006 ShortVector resize 008
ShortVector reverse 005 ShortVector send 017 ShortVector setCdr 008 ShortVector setq 021
ShortVector sizeof 016 ShortVector sort 015 ShortVector type 018 ShortVector uniqueInsert 007
ShortVector vectorFill 005

How do I contact the AIS Server team?

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