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

4 lines
57 B
TypeScript

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