FunWithFlags.Flag (fun_with_flags v1.13.0)
View SourceRepresents a feature flag.
This module is not meant to be used directly.
Summary
Types
@type t() :: %FunWithFlags.Flag{gates: [FunWithFlags.Gate.t()], name: atom()}
Represents a feature flag.
This module is not meant to be used directly.
@type t() :: %FunWithFlags.Flag{gates: [FunWithFlags.Gate.t()], name: atom()}