type golang.org/x/text/secure/precis.Option

13 uses

	golang.org/x/text/secure/precis (current package)
		options.go#L16: type Option func(*options)
		options.go#L37: func getOpts(o ...Option) (res options) {
		options.go#L52: 	IgnoreCase Option = ignoreCase
		options.go#L58: 	FoldWidth Option = foldWidth
		options.go#L62: 	DisallowEmpty Option = disallowEmpty
		options.go#L66: 	BidiRule Option = bidiRule
		options.go#L104: func AdditionalMapping(t ...func() transform.Transformer) Option {
		options.go#L121: func Norm(f norm.Form) Option {
		options.go#L129: func FoldCase(opts ...cases.Option) Option {
		options.go#L138: func LowerCase(opts ...cases.Option) Option {
		options.go#L153: func Disallow(set runes.Set) Option {
		profile.go#L37: func NewIdentifier(opts ...Option) *Profile {
		profile.go#L48: func NewFreeform(opts ...Option) *Profile {