type github.com/gotd/td/tg.WebPageClassArray
23 uses
github.com/gotd/td/tg (current package)
tl_web_page_slices_gen.go#L38: type WebPageClassArray []WebPageClass
tl_web_page_slices_gen.go#L41: func (s WebPageClassArray) Sort(less func(a, b WebPageClass) bool) WebPageClassArray {
tl_web_page_slices_gen.go#L49: func (s WebPageClassArray) SortStable(less func(a, b WebPageClass) bool) WebPageClassArray {
tl_web_page_slices_gen.go#L57: func (s WebPageClassArray) Retain(keep func(x WebPageClass) bool) WebPageClassArray {
tl_web_page_slices_gen.go#L71: func (s WebPageClassArray) First() (v WebPageClass, ok bool) {
tl_web_page_slices_gen.go#L79: func (s WebPageClassArray) Last() (v WebPageClass, ok bool) {
tl_web_page_slices_gen.go#L87: func (s *WebPageClassArray) PopFirst() (v WebPageClass, ok bool) {
tl_web_page_slices_gen.go#L106: func (s *WebPageClassArray) Pop() (v WebPageClass, ok bool) {
tl_web_page_slices_gen.go#L120: func (s WebPageClassArray) AsWebPageEmpty() (to WebPageEmptyArray) {
tl_web_page_slices_gen.go#L133: func (s WebPageClassArray) AsWebPagePending() (to WebPagePendingArray) {
tl_web_page_slices_gen.go#L146: func (s WebPageClassArray) AsWebPage() (to WebPageArray) {
tl_web_page_slices_gen.go#L159: func (s WebPageClassArray) AsWebPageNotModified() (to WebPageNotModifiedArray) {
tl_web_page_slices_gen.go#L172: func (s WebPageClassArray) FillModifiedMap(to map[int64]ModifiedWebPage) {
tl_web_page_slices_gen.go#L183: func (s WebPageClassArray) ModifiedToMap() map[int64]ModifiedWebPage {
tl_web_page_slices_gen.go#L191: func (s WebPageClassArray) AppendOnlyModified(to []ModifiedWebPage) []ModifiedWebPage {
tl_web_page_slices_gen.go#L204: func (s WebPageClassArray) AsModified() (to []ModifiedWebPage) {
tl_web_page_slices_gen.go#L209: func (s WebPageClassArray) FirstAsModified() (v ModifiedWebPage, ok bool) {
tl_web_page_slices_gen.go#L218: func (s WebPageClassArray) LastAsModified() (v ModifiedWebPage, ok bool) {
tl_web_page_slices_gen.go#L227: func (s *WebPageClassArray) PopFirstAsModified() (v ModifiedWebPage, ok bool) {
tl_web_page_slices_gen.go#L236: func (s *WebPageClassArray) PopAsModified() (v ModifiedWebPage, 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. |