type github.com/gotd/td/tg.SecureValueErrorArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_error_slices_gen.go#L198: func (s SecureValueErrorClassArray) AsSecureValueError() (to SecureValueErrorArray) {
tl_secure_value_error_slices_gen.go#L729: type SecureValueErrorArray []SecureValueError
tl_secure_value_error_slices_gen.go#L732: func (s SecureValueErrorArray) Sort(less func(a, b SecureValueError) bool) SecureValueErrorArray {
tl_secure_value_error_slices_gen.go#L740: func (s SecureValueErrorArray) SortStable(less func(a, b SecureValueError) bool) SecureValueErrorArray {
tl_secure_value_error_slices_gen.go#L748: func (s SecureValueErrorArray) Retain(keep func(x SecureValueError) bool) SecureValueErrorArray {
tl_secure_value_error_slices_gen.go#L762: func (s SecureValueErrorArray) First() (v SecureValueError, ok bool) {
tl_secure_value_error_slices_gen.go#L770: func (s SecureValueErrorArray) Last() (v SecureValueError, ok bool) {
tl_secure_value_error_slices_gen.go#L778: func (s *SecureValueErrorArray) PopFirst() (v SecureValueError, ok bool) {
tl_secure_value_error_slices_gen.go#L797: func (s *SecureValueErrorArray) Pop() (v SecureValueError, 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. |