mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
FixedArray experimentation
This commit is contained in:
@ -216,7 +216,6 @@ export const MAX_BYTELENGTH: i32 = MAX_SIZE_32 - HEADER_SIZE;
|
||||
|
||||
/** Hard wired ArrayBufferView interface. */
|
||||
export abstract class ArrayBufferView {
|
||||
[key: number]: number;
|
||||
|
||||
// @ts-ignore: decorator
|
||||
@unsafe
|
||||
|
Reference in New Issue
Block a user