Annotated.annotations

Stores an array of string annotations for the `Annotated` type, serializable via `@serdeAnnotation`.

struct Annotated(T)
string[] annotations;