mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 08:51:34 +00:00
Binary expression operator overloads for +/==; Check allocation flow in ternary expressions; Cache empty array buffers; Sealed decorator for non-derivable internals
This commit is contained in:
@ -240,6 +240,7 @@ export class Array<T> {
|
||||
}
|
||||
|
||||
@unmanaged
|
||||
@sealed
|
||||
export class CArray<T> {
|
||||
|
||||
private constructor() {}
|
||||
|
Reference in New Issue
Block a user