type github.com/gotd/td/tg.LangPackStringArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_lang_pack_string_slices_gen.go#L120: func (s LangPackStringClassArray) AsLangPackString() (to LangPackStringArray) {
		tl_lang_pack_string_slices_gen.go#L159: type LangPackStringArray []LangPackString
		tl_lang_pack_string_slices_gen.go#L162: func (s LangPackStringArray) Sort(less func(a, b LangPackString) bool) LangPackStringArray {
		tl_lang_pack_string_slices_gen.go#L170: func (s LangPackStringArray) SortStable(less func(a, b LangPackString) bool) LangPackStringArray {
		tl_lang_pack_string_slices_gen.go#L178: func (s LangPackStringArray) Retain(keep func(x LangPackString) bool) LangPackStringArray {
		tl_lang_pack_string_slices_gen.go#L192: func (s LangPackStringArray) First() (v LangPackString, ok bool) {
		tl_lang_pack_string_slices_gen.go#L200: func (s LangPackStringArray) Last() (v LangPackString, ok bool) {
		tl_lang_pack_string_slices_gen.go#L208: func (s *LangPackStringArray) PopFirst() (v LangPackString, ok bool) {
		tl_lang_pack_string_slices_gen.go#L227: func (s *LangPackStringArray) Pop() (v LangPackString, ok bool) {