1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-05 11:52:27 +00:00
2019-06-05 23:15:39 +02:00

5 lines
77 B
TypeScript

/** Vector abstraction. */
@sealed @unmanaged
export abstract class V128 {
}