type github.com/gotd/td/tg.PhoneCallArray
22 uses
github.com/gotd/td/tg (current package)
tl_phone_call_slices_gen.go#L276: func (s PhoneCallClassArray) AsPhoneCall() (to PhoneCallArray) {
tl_phone_call_slices_gen.go#L875: type PhoneCallArray []PhoneCall
tl_phone_call_slices_gen.go#L878: func (s PhoneCallArray) Sort(less func(a, b PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L886: func (s PhoneCallArray) SortStable(less func(a, b PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L894: func (s PhoneCallArray) Retain(keep func(x PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L908: func (s PhoneCallArray) First() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L916: func (s PhoneCallArray) Last() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L924: func (s *PhoneCallArray) PopFirst() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L943: func (s *PhoneCallArray) Pop() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L957: func (s PhoneCallArray) SortByID() PhoneCallArray {
tl_phone_call_slices_gen.go#L964: func (s PhoneCallArray) SortStableByID() PhoneCallArray {
tl_phone_call_slices_gen.go#L971: func (s PhoneCallArray) SortByDate() PhoneCallArray {
tl_phone_call_slices_gen.go#L978: func (s PhoneCallArray) SortStableByDate() PhoneCallArray {
tl_phone_call_slices_gen.go#L985: func (s PhoneCallArray) FillMap(to map[int64]PhoneCall) {
tl_phone_call_slices_gen.go#L992: func (s PhoneCallArray) ToMap() map[int64]PhoneCall {
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. |