type github.com/gotd/td/tg.HelpCountriesListClassArray
18 uses
github.com/gotd/td/tg (current package)
tl_help_countries_list_slices_gen.go#L38: type HelpCountriesListClassArray []HelpCountriesListClass
tl_help_countries_list_slices_gen.go#L41: func (s HelpCountriesListClassArray) Sort(less func(a, b HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L49: func (s HelpCountriesListClassArray) SortStable(less func(a, b HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L57: func (s HelpCountriesListClassArray) Retain(keep func(x HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L71: func (s HelpCountriesListClassArray) First() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L79: func (s HelpCountriesListClassArray) Last() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L87: func (s *HelpCountriesListClassArray) PopFirst() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L106: func (s *HelpCountriesListClassArray) Pop() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L120: func (s HelpCountriesListClassArray) AsHelpCountriesList() (to HelpCountriesListArray) {
tl_help_countries_list_slices_gen.go#L134: func (s HelpCountriesListClassArray) AppendOnlyModified(to []*HelpCountriesList) []*HelpCountriesList {
tl_help_countries_list_slices_gen.go#L147: func (s HelpCountriesListClassArray) AsModified() (to []*HelpCountriesList) {
tl_help_countries_list_slices_gen.go#L152: func (s HelpCountriesListClassArray) FirstAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L161: func (s HelpCountriesListClassArray) LastAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L170: func (s *HelpCountriesListClassArray) PopFirstAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L179: func (s *HelpCountriesListClassArray) PopAsModified() (v *HelpCountriesList, 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. |