Hello,
When using Generic with Struct, the code of this struct is generated for each Type. This Struct implements some functions that do not use directly this Type. To limit the size of the generated code, have I to bring out theses functions outside the Struct ? Or does the compiler manage this ?