type github.com/gotd/td/tg.StatsGraphAsyncArray
12 uses
github.com/gotd/td/tg (current package)
tl_stats_graph_slices_gen.go#L120: func (s StatsGraphClassArray) AsStatsGraphAsync() (to StatsGraphAsyncArray) {
tl_stats_graph_slices_gen.go#L159: type StatsGraphAsyncArray []StatsGraphAsync
tl_stats_graph_slices_gen.go#L162: func (s StatsGraphAsyncArray) Sort(less func(a, b StatsGraphAsync) bool) StatsGraphAsyncArray {
tl_stats_graph_slices_gen.go#L170: func (s StatsGraphAsyncArray) SortStable(less func(a, b StatsGraphAsync) bool) StatsGraphAsyncArray {
tl_stats_graph_slices_gen.go#L178: func (s StatsGraphAsyncArray) Retain(keep func(x StatsGraphAsync) bool) StatsGraphAsyncArray {
tl_stats_graph_slices_gen.go#L192: func (s StatsGraphAsyncArray) First() (v StatsGraphAsync, ok bool) {
tl_stats_graph_slices_gen.go#L200: func (s StatsGraphAsyncArray) Last() (v StatsGraphAsync, ok bool) {
tl_stats_graph_slices_gen.go#L208: func (s *StatsGraphAsyncArray) PopFirst() (v StatsGraphAsync, ok bool) {
tl_stats_graph_slices_gen.go#L227: func (s *StatsGraphAsyncArray) Pop() (v StatsGraphAsync, 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. |