type github.com/gotd/td/tg.JSONNumberArray
12 uses
github.com/gotd/td/tg (current package)
tl_json_value_slices_gen.go#L133: func (s JSONValueClassArray) AsJSONNumber() (to JSONNumberArray) {
tl_json_value_slices_gen.go#L267: type JSONNumberArray []JSONNumber
tl_json_value_slices_gen.go#L270: func (s JSONNumberArray) Sort(less func(a, b JSONNumber) bool) JSONNumberArray {
tl_json_value_slices_gen.go#L278: func (s JSONNumberArray) SortStable(less func(a, b JSONNumber) bool) JSONNumberArray {
tl_json_value_slices_gen.go#L286: func (s JSONNumberArray) Retain(keep func(x JSONNumber) bool) JSONNumberArray {
tl_json_value_slices_gen.go#L300: func (s JSONNumberArray) First() (v JSONNumber, ok bool) {
tl_json_value_slices_gen.go#L308: func (s JSONNumberArray) Last() (v JSONNumber, ok bool) {
tl_json_value_slices_gen.go#L316: func (s *JSONNumberArray) PopFirst() (v JSONNumber, ok bool) {
tl_json_value_slices_gen.go#L335: func (s *JSONNumberArray) Pop() (v JSONNumber, 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. |