type github.com/gotd/td/tg.SecureRequiredTypeArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_required_type_slices_gen.go#L120: func (s SecureRequiredTypeClassArray) AsSecureRequiredType() (to SecureRequiredTypeArray) {
tl_secure_required_type_slices_gen.go#L146: type SecureRequiredTypeArray []SecureRequiredType
tl_secure_required_type_slices_gen.go#L149: func (s SecureRequiredTypeArray) Sort(less func(a, b SecureRequiredType) bool) SecureRequiredTypeArray {
tl_secure_required_type_slices_gen.go#L157: func (s SecureRequiredTypeArray) SortStable(less func(a, b SecureRequiredType) bool) SecureRequiredTypeArray {
tl_secure_required_type_slices_gen.go#L165: func (s SecureRequiredTypeArray) Retain(keep func(x SecureRequiredType) bool) SecureRequiredTypeArray {
tl_secure_required_type_slices_gen.go#L179: func (s SecureRequiredTypeArray) First() (v SecureRequiredType, ok bool) {
tl_secure_required_type_slices_gen.go#L187: func (s SecureRequiredTypeArray) Last() (v SecureRequiredType, ok bool) {
tl_secure_required_type_slices_gen.go#L195: func (s *SecureRequiredTypeArray) PopFirst() (v SecureRequiredType, ok bool) {
tl_secure_required_type_slices_gen.go#L214: func (s *SecureRequiredTypeArray) Pop() (v SecureRequiredType, 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. |