type github.com/gotd/td/tg.ChannelLocationClassArray
18 uses
github.com/gotd/td/tg (current package)
tl_channel_location_slices_gen.go#L38: type ChannelLocationClassArray []ChannelLocationClass
tl_channel_location_slices_gen.go#L41: func (s ChannelLocationClassArray) Sort(less func(a, b ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L49: func (s ChannelLocationClassArray) SortStable(less func(a, b ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L57: func (s ChannelLocationClassArray) Retain(keep func(x ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L71: func (s ChannelLocationClassArray) First() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L79: func (s ChannelLocationClassArray) Last() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L87: func (s *ChannelLocationClassArray) PopFirst() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L106: func (s *ChannelLocationClassArray) Pop() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L120: func (s ChannelLocationClassArray) AsChannelLocation() (to ChannelLocationArray) {
tl_channel_location_slices_gen.go#L134: func (s ChannelLocationClassArray) AppendOnlyNotEmpty(to []*ChannelLocation) []*ChannelLocation {
tl_channel_location_slices_gen.go#L147: func (s ChannelLocationClassArray) AsNotEmpty() (to []*ChannelLocation) {
tl_channel_location_slices_gen.go#L152: func (s ChannelLocationClassArray) FirstAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L161: func (s ChannelLocationClassArray) LastAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L170: func (s *ChannelLocationClassArray) PopFirstAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L179: func (s *ChannelLocationClassArray) PopAsNotEmpty() (v *ChannelLocation, 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. |