type github.com/gotd/td/tg.InputThemeSlugArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_theme_slices_gen.go#L133: func (s InputThemeClassArray) AsInputThemeSlug() (to InputThemeSlugArray) {
tl_input_theme_slices_gen.go#L256: type InputThemeSlugArray []InputThemeSlug
tl_input_theme_slices_gen.go#L259: func (s InputThemeSlugArray) Sort(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
tl_input_theme_slices_gen.go#L267: func (s InputThemeSlugArray) SortStable(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
tl_input_theme_slices_gen.go#L275: func (s InputThemeSlugArray) Retain(keep func(x InputThemeSlug) bool) InputThemeSlugArray {
tl_input_theme_slices_gen.go#L289: func (s InputThemeSlugArray) First() (v InputThemeSlug, ok bool) {
tl_input_theme_slices_gen.go#L297: func (s InputThemeSlugArray) Last() (v InputThemeSlug, ok bool) {
tl_input_theme_slices_gen.go#L305: func (s *InputThemeSlugArray) PopFirst() (v InputThemeSlug, ok bool) {
tl_input_theme_slices_gen.go#L324: func (s *InputThemeSlugArray) Pop() (v InputThemeSlug, 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. |