type github.com/gotd/td/tg.SecureValueErrorFrontSideArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_error_slices_gen.go#L133: func (s SecureValueErrorClassArray) AsSecureValueErrorFrontSide() (to SecureValueErrorFrontSideArray) {
tl_secure_value_error_slices_gen.go#L319: type SecureValueErrorFrontSideArray []SecureValueErrorFrontSide
tl_secure_value_error_slices_gen.go#L322: func (s SecureValueErrorFrontSideArray) Sort(less func(a, b SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
tl_secure_value_error_slices_gen.go#L330: func (s SecureValueErrorFrontSideArray) SortStable(less func(a, b SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
tl_secure_value_error_slices_gen.go#L338: func (s SecureValueErrorFrontSideArray) Retain(keep func(x SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
tl_secure_value_error_slices_gen.go#L352: func (s SecureValueErrorFrontSideArray) First() (v SecureValueErrorFrontSide, ok bool) {
tl_secure_value_error_slices_gen.go#L360: func (s SecureValueErrorFrontSideArray) Last() (v SecureValueErrorFrontSide, ok bool) {
tl_secure_value_error_slices_gen.go#L368: func (s *SecureValueErrorFrontSideArray) PopFirst() (v SecureValueErrorFrontSide, ok bool) {
tl_secure_value_error_slices_gen.go#L387: func (s *SecureValueErrorFrontSideArray) Pop() (v SecureValueErrorFrontSide, 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. |