type github.com/gotd/td/tg.EncryptedFileClassArray
20 uses
github.com/gotd/td/tg (current package)
tl_encrypted_file_slices_gen.go#L38: type EncryptedFileClassArray []EncryptedFileClass
tl_encrypted_file_slices_gen.go#L41: func (s EncryptedFileClassArray) Sort(less func(a, b EncryptedFileClass) bool) EncryptedFileClassArray {
tl_encrypted_file_slices_gen.go#L49: func (s EncryptedFileClassArray) SortStable(less func(a, b EncryptedFileClass) bool) EncryptedFileClassArray {
tl_encrypted_file_slices_gen.go#L57: func (s EncryptedFileClassArray) Retain(keep func(x EncryptedFileClass) bool) EncryptedFileClassArray {
tl_encrypted_file_slices_gen.go#L71: func (s EncryptedFileClassArray) First() (v EncryptedFileClass, ok bool) {
tl_encrypted_file_slices_gen.go#L79: func (s EncryptedFileClassArray) Last() (v EncryptedFileClass, ok bool) {
tl_encrypted_file_slices_gen.go#L87: func (s *EncryptedFileClassArray) PopFirst() (v EncryptedFileClass, ok bool) {
tl_encrypted_file_slices_gen.go#L106: func (s *EncryptedFileClassArray) Pop() (v EncryptedFileClass, ok bool) {
tl_encrypted_file_slices_gen.go#L120: func (s EncryptedFileClassArray) AsEncryptedFile() (to EncryptedFileArray) {
tl_encrypted_file_slices_gen.go#L133: func (s EncryptedFileClassArray) FillNotEmptyMap(to map[int64]*EncryptedFile) {
tl_encrypted_file_slices_gen.go#L144: func (s EncryptedFileClassArray) NotEmptyToMap() map[int64]*EncryptedFile {
tl_encrypted_file_slices_gen.go#L152: func (s EncryptedFileClassArray) AppendOnlyNotEmpty(to []*EncryptedFile) []*EncryptedFile {
tl_encrypted_file_slices_gen.go#L165: func (s EncryptedFileClassArray) AsNotEmpty() (to []*EncryptedFile) {
tl_encrypted_file_slices_gen.go#L170: func (s EncryptedFileClassArray) FirstAsNotEmpty() (v *EncryptedFile, ok bool) {
tl_encrypted_file_slices_gen.go#L179: func (s EncryptedFileClassArray) LastAsNotEmpty() (v *EncryptedFile, ok bool) {
tl_encrypted_file_slices_gen.go#L188: func (s *EncryptedFileClassArray) PopFirstAsNotEmpty() (v *EncryptedFile, ok bool) {
tl_encrypted_file_slices_gen.go#L197: func (s *EncryptedFileClassArray) PopAsNotEmpty() (v *EncryptedFile, 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. |