mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 16:01:30 +00:00
Asterisk imports parsing; Pussyfooting around stdlib
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
@global()
|
||||
export class Array<T> {
|
||||
|
||||
private ptr: usize;
|
||||
|
||||
readonly capacity: i32;
|
||||
length: i32;
|
||||
ptr: usize;
|
||||
|
||||
constructor(capacity: i32 = 0) {
|
||||
if (capacity < 0)
|
||||
|
Reference in New Issue
Block a user