2019-03-13 22:35:47 +01:00

4 lines
57 B
TypeScript

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