type github.com/gotd/td/tg.TextFixedArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L185: func (s RichTextClassArray) AsTextFixed() (to TextFixedArray) {
tl_rich_text_slices_gen.go#L894: type TextFixedArray []TextFixed
tl_rich_text_slices_gen.go#L897: func (s TextFixedArray) Sort(less func(a, b TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L905: func (s TextFixedArray) SortStable(less func(a, b TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L913: func (s TextFixedArray) Retain(keep func(x TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L927: func (s TextFixedArray) First() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L935: func (s TextFixedArray) Last() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L943: func (s *TextFixedArray) PopFirst() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L962: func (s *TextFixedArray) Pop() (v TextFixed, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |