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) {