diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 800b6b18..268ac104 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -864,7 +864,7 @@ place of a type, you'd need to use ffi.typeof("int") instead.
The main use for parameterized types are libraries implementing abstract data types -(» example), +(example), similar to what can be achieved with C++ template metaprogramming. Another use case are derived types of anonymous structs, which avoids pollution of the global struct namespace.