type github.com/gotd/td/tg.UpdateShortArray
16 uses
github.com/gotd/td/tg (current package)
tl_updates_slices_gen.go#L146: func (s UpdatesClassArray) AsUpdateShort() (to UpdateShortArray) {
tl_updates_slices_gen.go#L446: type UpdateShortArray []UpdateShort
tl_updates_slices_gen.go#L449: func (s UpdateShortArray) Sort(less func(a, b UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L457: func (s UpdateShortArray) SortStable(less func(a, b UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L465: func (s UpdateShortArray) Retain(keep func(x UpdateShort) bool) UpdateShortArray {
tl_updates_slices_gen.go#L479: func (s UpdateShortArray) First() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L487: func (s UpdateShortArray) Last() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L495: func (s *UpdateShortArray) PopFirst() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L514: func (s *UpdateShortArray) Pop() (v UpdateShort, ok bool) {
tl_updates_slices_gen.go#L528: func (s UpdateShortArray) SortByDate() UpdateShortArray {
tl_updates_slices_gen.go#L535: func (s UpdateShortArray) SortStableByDate() UpdateShortArray {
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. |