type github.com/gotd/td/tg.DocumentArray
22 uses
github.com/gotd/td/tg (current package)
tl_document_slices_gen.go#L183: func (s DocumentClassArray) AsDocument() (to DocumentArray) {
tl_document_slices_gen.go#L379: type DocumentArray []Document
tl_document_slices_gen.go#L382: func (s DocumentArray) Sort(less func(a, b Document) bool) DocumentArray {
tl_document_slices_gen.go#L390: func (s DocumentArray) SortStable(less func(a, b Document) bool) DocumentArray {
tl_document_slices_gen.go#L398: func (s DocumentArray) Retain(keep func(x Document) bool) DocumentArray {
tl_document_slices_gen.go#L412: func (s DocumentArray) First() (v Document, ok bool) {
tl_document_slices_gen.go#L420: func (s DocumentArray) Last() (v Document, ok bool) {
tl_document_slices_gen.go#L428: func (s *DocumentArray) PopFirst() (v Document, ok bool) {
tl_document_slices_gen.go#L447: func (s *DocumentArray) Pop() (v Document, ok bool) {
tl_document_slices_gen.go#L461: func (s DocumentArray) SortByID() DocumentArray {
tl_document_slices_gen.go#L468: func (s DocumentArray) SortStableByID() DocumentArray {
tl_document_slices_gen.go#L475: func (s DocumentArray) SortByDate() DocumentArray {
tl_document_slices_gen.go#L482: func (s DocumentArray) SortStableByDate() DocumentArray {
tl_document_slices_gen.go#L489: func (s DocumentArray) FillMap(to map[int64]Document) {
tl_document_slices_gen.go#L496: func (s DocumentArray) ToMap() map[int64]Document {
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. |