Overload List
| # | Signature | Description |
|---|---|---|
| 1 | class operator Implicit(const a: TVecInt): Byte}; | Implicit conversion from TVecInt to Span<Byte>. |
| 2 | class operator Implicit(const a: TVecInt): Int16}; | Implicit conversion from TVecInt to Span<SmallInt>. |
| 3 | class operator Implicit(const a: TVecInt): Int32}; | Implicit conversion from TVecInt to Span<Integer>. |
Overload 1: class operator Implicit(const a: TVecInt): Byte};
Implicit conversion from TVecInt to Span<Byte>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TVecInt | source TVecInt |
Returns: Byte}
Overload 2: class operator Implicit(const a: TVecInt): Int16};
Implicit conversion from TVecInt to Span<SmallInt>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TVecInt | source TVecInt |
Returns: Int16}
Overload 3: class operator Implicit(const a: TVecInt): Int32};
Implicit conversion from TVecInt to Span<Integer>.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TVecInt | source TVecInt |
Returns: Int32}