type github.com/gotd/td/tg.LangPackStringClassArray
18 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_difference_gen.go#L264: func (l *LangPackDifference) MapStrings() (value LangPackStringClassArray) {
tl_lang_pack_difference_gen.go#L265: return LangPackStringClassArray(l.Strings)
tl_lang_pack_string_class_vector_gen.go#L178: func (vec *LangPackStringClassVector) MapElems() (value LangPackStringClassArray) {
tl_lang_pack_string_class_vector_gen.go#L179: return LangPackStringClassArray(vec.Elems)
tl_lang_pack_string_slices_gen.go#L38: type LangPackStringClassArray []LangPackStringClass
tl_lang_pack_string_slices_gen.go#L41: func (s LangPackStringClassArray) Sort(less func(a, b LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L49: func (s LangPackStringClassArray) SortStable(less func(a, b LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L57: func (s LangPackStringClassArray) Retain(keep func(x LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L71: func (s LangPackStringClassArray) First() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L79: func (s LangPackStringClassArray) Last() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L87: func (s *LangPackStringClassArray) PopFirst() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L106: func (s *LangPackStringClassArray) Pop() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L120: func (s LangPackStringClassArray) AsLangPackString() (to LangPackStringArray) {
tl_lang_pack_string_slices_gen.go#L133: func (s LangPackStringClassArray) AsLangPackStringPluralized() (to LangPackStringPluralizedArray) {
tl_lang_pack_string_slices_gen.go#L146: func (s LangPackStringClassArray) AsLangPackStringDeleted() (to LangPackStringDeletedArray) {
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. |