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