type github.com/gotd/td/tg.StatsGraphClassArray
14 uses
github.com/gotd/td/tg (current package)
tl_stats_graph_slices_gen.go#L38: type StatsGraphClassArray []StatsGraphClass
tl_stats_graph_slices_gen.go#L41: func (s StatsGraphClassArray) Sort(less func(a, b StatsGraphClass) bool) StatsGraphClassArray {
tl_stats_graph_slices_gen.go#L49: func (s StatsGraphClassArray) SortStable(less func(a, b StatsGraphClass) bool) StatsGraphClassArray {
tl_stats_graph_slices_gen.go#L57: func (s StatsGraphClassArray) Retain(keep func(x StatsGraphClass) bool) StatsGraphClassArray {
tl_stats_graph_slices_gen.go#L71: func (s StatsGraphClassArray) First() (v StatsGraphClass, ok bool) {
tl_stats_graph_slices_gen.go#L79: func (s StatsGraphClassArray) Last() (v StatsGraphClass, ok bool) {
tl_stats_graph_slices_gen.go#L87: func (s *StatsGraphClassArray) PopFirst() (v StatsGraphClass, ok bool) {
tl_stats_graph_slices_gen.go#L106: func (s *StatsGraphClassArray) Pop() (v StatsGraphClass, ok bool) {
tl_stats_graph_slices_gen.go#L120: func (s StatsGraphClassArray) AsStatsGraphAsync() (to StatsGraphAsyncArray) {
tl_stats_graph_slices_gen.go#L133: func (s StatsGraphClassArray) AsStatsGraphError() (to StatsGraphErrorArray) {
tl_stats_graph_slices_gen.go#L146: func (s StatsGraphClassArray) AsStatsGraph() (to StatsGraphArray) {
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. |