type github.com/gotd/td/tg.PhoneConnectionArray
18 uses
github.com/gotd/td/tg (current package)
tl_phone_connection_slices_gen.go#L152: func (s PhoneConnectionClassArray) AsPhoneConnection() (to PhoneConnectionArray) {
tl_phone_connection_slices_gen.go#L196: type PhoneConnectionArray []PhoneConnection
tl_phone_connection_slices_gen.go#L199: func (s PhoneConnectionArray) Sort(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L207: func (s PhoneConnectionArray) SortStable(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L215: func (s PhoneConnectionArray) Retain(keep func(x PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L229: func (s PhoneConnectionArray) First() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L237: func (s PhoneConnectionArray) Last() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L245: func (s *PhoneConnectionArray) PopFirst() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L264: func (s *PhoneConnectionArray) Pop() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L278: func (s PhoneConnectionArray) SortByID() PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L285: func (s PhoneConnectionArray) SortStableByID() PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L292: func (s PhoneConnectionArray) FillMap(to map[int64]PhoneConnection) {
tl_phone_connection_slices_gen.go#L299: func (s PhoneConnectionArray) ToMap() map[int64]PhoneConnection {
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. |