type github.com/gotd/td/tg.HelpTermsOfServiceUpdateClassArray
19 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_update_slices_gen.go#L38: type HelpTermsOfServiceUpdateClassArray []HelpTermsOfServiceUpdateClass
tl_help_terms_of_service_update_slices_gen.go#L41: func (s HelpTermsOfServiceUpdateClassArray) Sort(less func(a, b HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L49: func (s HelpTermsOfServiceUpdateClassArray) SortStable(less func(a, b HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L57: func (s HelpTermsOfServiceUpdateClassArray) Retain(keep func(x HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L71: func (s HelpTermsOfServiceUpdateClassArray) First() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L79: func (s HelpTermsOfServiceUpdateClassArray) Last() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L87: func (s *HelpTermsOfServiceUpdateClassArray) PopFirst() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L106: func (s *HelpTermsOfServiceUpdateClassArray) Pop() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L120: func (s HelpTermsOfServiceUpdateClassArray) AsHelpTermsOfServiceUpdateEmpty() (to HelpTermsOfServiceUpdateEmptyArray) {
tl_help_terms_of_service_update_slices_gen.go#L133: func (s HelpTermsOfServiceUpdateClassArray) AsHelpTermsOfServiceUpdate() (to HelpTermsOfServiceUpdateArray) {
tl_help_terms_of_service_update_slices_gen.go#L147: func (s HelpTermsOfServiceUpdateClassArray) AppendOnlyNotEmpty(to []*HelpTermsOfServiceUpdate) []*HelpTermsOfServiceUpdate {
tl_help_terms_of_service_update_slices_gen.go#L160: func (s HelpTermsOfServiceUpdateClassArray) AsNotEmpty() (to []*HelpTermsOfServiceUpdate) {
tl_help_terms_of_service_update_slices_gen.go#L165: func (s HelpTermsOfServiceUpdateClassArray) FirstAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L174: func (s HelpTermsOfServiceUpdateClassArray) LastAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L183: func (s *HelpTermsOfServiceUpdateClassArray) PopFirstAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L192: func (s *HelpTermsOfServiceUpdateClassArray) PopAsNotEmpty() (v *HelpTermsOfServiceUpdate, 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. |