1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-04 03:12:16 +00:00
2019-03-13 22:35:47 +01:00

4 lines
57 B
TypeScript

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