# Functions
ClearFlag returns a new Context that no longer carries flag.
FromContext returns the slice of flags stored in ctx.
has returns the bool value based on flag occurrence in context.
ToggleFlag returns a new Context with toggled flag.
WithFlag returns a new Context that carries flag.
# Type aliases
Flag type.