type github.com/gotd/td/tg.SecureValueErrorReverseSideArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_error_slices_gen.go#L146: func (s SecureValueErrorClassArray) AsSecureValueErrorReverseSide() (to SecureValueErrorReverseSideArray) {
tl_secure_value_error_slices_gen.go#L401: type SecureValueErrorReverseSideArray []SecureValueErrorReverseSide
tl_secure_value_error_slices_gen.go#L404: func (s SecureValueErrorReverseSideArray) Sort(less func(a, b SecureValueErrorReverseSide) bool) SecureValueErrorReverseSideArray {
tl_secure_value_error_slices_gen.go#L412: func (s SecureValueErrorReverseSideArray) SortStable(less func(a, b SecureValueErrorReverseSide) bool) SecureValueErrorReverseSideArray {
tl_secure_value_error_slices_gen.go#L420: func (s SecureValueErrorReverseSideArray) Retain(keep func(x SecureValueErrorReverseSide) bool) SecureValueErrorReverseSideArray {
tl_secure_value_error_slices_gen.go#L434: func (s SecureValueErrorReverseSideArray) First() (v SecureValueErrorReverseSide, ok bool) {
tl_secure_value_error_slices_gen.go#L442: func (s SecureValueErrorReverseSideArray) Last() (v SecureValueErrorReverseSide, ok bool) {
tl_secure_value_error_slices_gen.go#L450: func (s *SecureValueErrorReverseSideArray) PopFirst() (v SecureValueErrorReverseSide, ok bool) {
tl_secure_value_error_slices_gen.go#L469: func (s *SecureValueErrorReverseSideArray) Pop() (v SecureValueErrorReverseSide, 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. |