A feature flag whose treatment is true or false.
Construct one with new/1. Without :default the default is false. Without
:rollout the default value is returned for every caller. With :rollout,
the value flips to not default for the percentage of callers selected by
deterministic bucketing on the caller id.
Summary
Types
Functions
Construct a boolean flag.
Options:
:default— default value (defaults tofalse).:rollout— integer percentage in0..100. When set, the value flips tonot defaultfor that share of callers.
Like new/1 but raises ArgumentError on invalid input.