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