type github.com/gotd/td/tg.LangPackStringPluralizedArray
12 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_string_slices_gen.go#L133: func (s LangPackStringClassArray) AsLangPackStringPluralized() (to LangPackStringPluralizedArray) {
tl_lang_pack_string_slices_gen.go#L241: type LangPackStringPluralizedArray []LangPackStringPluralized
tl_lang_pack_string_slices_gen.go#L244: func (s LangPackStringPluralizedArray) Sort(less func(a, b LangPackStringPluralized) bool) LangPackStringPluralizedArray {
tl_lang_pack_string_slices_gen.go#L252: func (s LangPackStringPluralizedArray) SortStable(less func(a, b LangPackStringPluralized) bool) LangPackStringPluralizedArray {
tl_lang_pack_string_slices_gen.go#L260: func (s LangPackStringPluralizedArray) Retain(keep func(x LangPackStringPluralized) bool) LangPackStringPluralizedArray {
tl_lang_pack_string_slices_gen.go#L274: func (s LangPackStringPluralizedArray) First() (v LangPackStringPluralized, ok bool) {
tl_lang_pack_string_slices_gen.go#L282: func (s LangPackStringPluralizedArray) Last() (v LangPackStringPluralized, ok bool) {
tl_lang_pack_string_slices_gen.go#L290: func (s *LangPackStringPluralizedArray) PopFirst() (v LangPackStringPluralized, ok bool) {
tl_lang_pack_string_slices_gen.go#L309: func (s *LangPackStringPluralizedArray) Pop() (v LangPackStringPluralized, 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. |