1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-09 21:11:27 +00:00

4 lines
57 B
TypeScript
Raw Normal View History

2019-03-13 22:35:47 +01:00
/** Vector abstraction. */
2019-03-13 03:09:24 +01:00
@sealed export class V128 {
2019-02-07 15:26:26 +01:00
}