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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |