view src/parallel_execution/examples/generics_hello/GHelloImpl.h @ 1026:a48a77a88b4e

tweak
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Thu, 31 Mar 2022 13:59:06 +0900
parents
children
line wrap: on
line source

typedef struct GHelloImpl <> impl GHello {
  String<int> string;
  __code next(...);
} GHelloImpl;