Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LocalListCurrent = &LocaleList{ List: []Locale{}, }
View Source
var LocaleListEmpty = &LocaleList{ List: []Locale{}, }
View Source
var LocaleListUnspecified = &LocaleList{}
Functions ¶
func EqualLocaleList ¶
func EqualLocaleList(a, b *LocaleList) bool
EqualLocaleList returns true if both LocaleLists have the same locales.
func IsSpecifiedLocaleList ¶
func IsSpecifiedLocaleList(s *LocaleList) bool
func SemanticEqualLocaleList ¶
func SemanticEqualLocaleList(a, b *LocaleList) bool
Semantic equality (field-by-field, 20 ns)
Types ¶
type LocaleList ¶
type LocaleList struct {
List []Locale
}
func CoalesceLocaleList ¶
func CoalesceLocaleList(ptr, def *LocaleList) *LocaleList
func TakeOrElseLocaleList ¶
func TakeOrElseLocaleList(s, def *LocaleList) *LocaleList
Click to show internal directories.
Click to hide internal directories.