type github.com/gotd/td/tg.StatsGraphArray
12 uses
github.com/gotd/td/tg (current package)
tl_stats_graph_slices_gen.go#L146: func (s StatsGraphClassArray) AsStatsGraph() (to StatsGraphArray) {
tl_stats_graph_slices_gen.go#L323: type StatsGraphArray []StatsGraph
tl_stats_graph_slices_gen.go#L326: func (s StatsGraphArray) Sort(less func(a, b StatsGraph) bool) StatsGraphArray {
tl_stats_graph_slices_gen.go#L334: func (s StatsGraphArray) SortStable(less func(a, b StatsGraph) bool) StatsGraphArray {
tl_stats_graph_slices_gen.go#L342: func (s StatsGraphArray) Retain(keep func(x StatsGraph) bool) StatsGraphArray {
tl_stats_graph_slices_gen.go#L356: func (s StatsGraphArray) First() (v StatsGraph, ok bool) {
tl_stats_graph_slices_gen.go#L364: func (s StatsGraphArray) Last() (v StatsGraph, ok bool) {
tl_stats_graph_slices_gen.go#L372: func (s *StatsGraphArray) PopFirst() (v StatsGraph, ok bool) {
tl_stats_graph_slices_gen.go#L391: func (s *StatsGraphArray) Pop() (v StatsGraph, 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. |