This commit is contained in:
dcode 2019-05-27 04:07:54 +02:00
commit 220e73fc56

View File

@ -1,3 +1,4 @@
/** Vector abstraction. */ /** Vector abstraction. */
@sealed export class V128 { @sealed @unmanaged
export abstract class V128 {
} }