gwr/syntax/convention

Types

https://webassembly.github.io/spec/core/syntax/conventions.html#vectors

pub type Vector(a) =
  List(a)
Search Document