Array

Instance Methods


constructor

constructor
Array()
init()
Sub New()

constructor (int64, Type)

constructor(alen: int64; aelem: Type)
Array(int64 alen, Type aelem)
init(_ alen: int64, _ aelem: Type)
Sub New(alen As int64, aelem As Type)

Parameters:

  • alen:
  • aelem:

constructor (Array)

constructor(value: Array)
Array(Array value)
init(_ value: Array)
Sub New(value As Array)

Parameters:

  • value:

String Island

method String: string
string String()
func String() -> string
func String() string
Function String() As string

Underlying Island

method Underlying: Type
Type Underlying()
func Underlying() -> Type
func Underlying() Type
Function Underlying() As Type