mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 07:52:14 +00:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
/** Vector abstraction. */
|
|
@sealed export class V128 {
|
|
}
|