mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 23:11:41 +00:00
Integrate Buffer<T> experiment into Pointer<T>; Remove CArray
This commit is contained in:
6
std/assembly/index.d.ts
vendored
6
std/assembly/index.d.ts
vendored
@ -457,12 +457,6 @@ declare class Array<T> {
|
||||
sort(comparator?: (a: T, b: T) => i32): this;
|
||||
}
|
||||
|
||||
/** Class representing a C-like array of values of type `T` with limited capabilities. */
|
||||
declare class CArray<T> {
|
||||
[key: number]: T;
|
||||
private constructor();
|
||||
}
|
||||
|
||||
/** Class representing a sequence of characters. */
|
||||
declare class String {
|
||||
|
||||
|
Reference in New Issue
Block a user