Content.withAnnotations

Attach optional annotations (audience/priority/lastModified) to this content block. Returns a copy so calls can be chained, e.g. Content.makeText("hi").withAnnotations(a). Valid on every kind.

struct Content
const @safe
withAnnotations
(
Json a
)