type github.com/gotd/td/tg.UserProfilePhotoClassArray
18 uses
github.com/gotd/td/tg (current package)
tl_user_profile_photo_slices_gen.go#L38: type UserProfilePhotoClassArray []UserProfilePhotoClass
tl_user_profile_photo_slices_gen.go#L41: func (s UserProfilePhotoClassArray) Sort(less func(a, b UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
tl_user_profile_photo_slices_gen.go#L49: func (s UserProfilePhotoClassArray) SortStable(less func(a, b UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
tl_user_profile_photo_slices_gen.go#L57: func (s UserProfilePhotoClassArray) Retain(keep func(x UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
tl_user_profile_photo_slices_gen.go#L71: func (s UserProfilePhotoClassArray) First() (v UserProfilePhotoClass, ok bool) {
tl_user_profile_photo_slices_gen.go#L79: func (s UserProfilePhotoClassArray) Last() (v UserProfilePhotoClass, ok bool) {
tl_user_profile_photo_slices_gen.go#L87: func (s *UserProfilePhotoClassArray) PopFirst() (v UserProfilePhotoClass, ok bool) {
tl_user_profile_photo_slices_gen.go#L106: func (s *UserProfilePhotoClassArray) Pop() (v UserProfilePhotoClass, ok bool) {
tl_user_profile_photo_slices_gen.go#L120: func (s UserProfilePhotoClassArray) AsUserProfilePhoto() (to UserProfilePhotoArray) {
tl_user_profile_photo_slices_gen.go#L134: func (s UserProfilePhotoClassArray) AppendOnlyNotEmpty(to []*UserProfilePhoto) []*UserProfilePhoto {
tl_user_profile_photo_slices_gen.go#L147: func (s UserProfilePhotoClassArray) AsNotEmpty() (to []*UserProfilePhoto) {
tl_user_profile_photo_slices_gen.go#L152: func (s UserProfilePhotoClassArray) FirstAsNotEmpty() (v *UserProfilePhoto, ok bool) {
tl_user_profile_photo_slices_gen.go#L161: func (s UserProfilePhotoClassArray) LastAsNotEmpty() (v *UserProfilePhoto, ok bool) {
tl_user_profile_photo_slices_gen.go#L170: func (s *UserProfilePhotoClassArray) PopFirstAsNotEmpty() (v *UserProfilePhoto, ok bool) {
tl_user_profile_photo_slices_gen.go#L179: func (s *UserProfilePhotoClassArray) PopAsNotEmpty() (v *UserProfilePhoto, 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. |