This commit is contained in:
dcode
2019-03-13 22:35:47 +01:00
parent 6f70826e45
commit e38f627c8b
10 changed files with 326 additions and 276 deletions

View File

@ -1,2 +1,3 @@
/** Vector abstraction. */
@sealed export class V128 {
}