type github.com/gotd/td/tg.SecurePlainEmailArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_plain_data_slices_gen.go#L133: func (s SecurePlainDataClassArray) AsSecurePlainEmail() (to SecurePlainEmailArray) {
tl_secure_plain_data_slices_gen.go#L228: type SecurePlainEmailArray []SecurePlainEmail
tl_secure_plain_data_slices_gen.go#L231: func (s SecurePlainEmailArray) Sort(less func(a, b SecurePlainEmail) bool) SecurePlainEmailArray {
tl_secure_plain_data_slices_gen.go#L239: func (s SecurePlainEmailArray) SortStable(less func(a, b SecurePlainEmail) bool) SecurePlainEmailArray {
tl_secure_plain_data_slices_gen.go#L247: func (s SecurePlainEmailArray) Retain(keep func(x SecurePlainEmail) bool) SecurePlainEmailArray {
tl_secure_plain_data_slices_gen.go#L261: func (s SecurePlainEmailArray) First() (v SecurePlainEmail, ok bool) {
tl_secure_plain_data_slices_gen.go#L269: func (s SecurePlainEmailArray) Last() (v SecurePlainEmail, ok bool) {
tl_secure_plain_data_slices_gen.go#L277: func (s *SecurePlainEmailArray) PopFirst() (v SecurePlainEmail, ok bool) {
tl_secure_plain_data_slices_gen.go#L296: func (s *SecurePlainEmailArray) Pop() (v SecurePlainEmail, 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. |