type github.com/gotd/td/tg.JSONBoolArray
12 uses
github.com/gotd/td/tg (current package)
tl_json_value_slices_gen.go#L120: func (s JSONValueClassArray) AsJSONBool() (to JSONBoolArray) {
tl_json_value_slices_gen.go#L185: type JSONBoolArray []JSONBool
tl_json_value_slices_gen.go#L188: func (s JSONBoolArray) Sort(less func(a, b JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L196: func (s JSONBoolArray) SortStable(less func(a, b JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L204: func (s JSONBoolArray) Retain(keep func(x JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L218: func (s JSONBoolArray) First() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L226: func (s JSONBoolArray) Last() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L234: func (s *JSONBoolArray) PopFirst() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L253: func (s *JSONBoolArray) Pop() (v JSONBool, 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. |