package tg
import (
"context"
"errors"
"fmt"
"sort"
"strings"
"go.uber.org/multierr"
"github.com/gotd/td/bin"
"github.com/gotd/td/tdjson"
"github.com/gotd/td/tdp"
"github.com/gotd/td/tgerr"
)
var (
_ = bin .Buffer {}
_ = context .Background ()
_ = fmt .Stringer (nil )
_ = strings .Builder {}
_ = errors .Is
_ = multierr .AppendInto
_ = sort .Ints
_ = tdp .Format
_ = tgerr .Error {}
_ = tdjson .Encoder {}
)
type PostInteractionCountersClassArray []PostInteractionCountersClass
func (s PostInteractionCountersClassArray ) Sort (less func (a , b PostInteractionCountersClass ) bool ) PostInteractionCountersClassArray {
sort .Slice (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersClassArray ) SortStable (less func (a , b PostInteractionCountersClass ) bool ) PostInteractionCountersClassArray {
sort .SliceStable (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersClassArray ) Retain (keep func (x PostInteractionCountersClass ) bool ) PostInteractionCountersClassArray {
n := 0
for _ , x := range s {
if keep (x ) {
s [n ] = x
n ++
}
}
s = s [:n ]
return s
}
func (s PostInteractionCountersClassArray ) First () (v PostInteractionCountersClass , ok bool ) {
if len (s ) < 1 {
return
}
return s [0 ], true
}
func (s PostInteractionCountersClassArray ) Last () (v PostInteractionCountersClass , ok bool ) {
if len (s ) < 1 {
return
}
return s [len (s )-1 ], true
}
func (s *PostInteractionCountersClassArray ) PopFirst () (v PostInteractionCountersClass , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [0 ]
copy (a [0 :], a [1 :])
var zero PostInteractionCountersClass
a [len (a )-1 ] = zero
a = a [:len (a )-1 ]
*s = a
return v , true
}
func (s *PostInteractionCountersClassArray ) Pop () (v PostInteractionCountersClass , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [len (a )-1 ]
a = a [:len (a )-1 ]
*s = a
return v , true
}
func (s PostInteractionCountersClassArray ) AsPostInteractionCountersMessage () (to PostInteractionCountersMessageArray ) {
for _ , elem := range s {
value , ok := elem .(*PostInteractionCountersMessage )
if !ok {
continue
}
to = append (to , *value )
}
return to
}
func (s PostInteractionCountersClassArray ) AsPostInteractionCountersStory () (to PostInteractionCountersStoryArray ) {
for _ , elem := range s {
value , ok := elem .(*PostInteractionCountersStory )
if !ok {
continue
}
to = append (to , *value )
}
return to
}
type PostInteractionCountersMessageArray []PostInteractionCountersMessage
func (s PostInteractionCountersMessageArray ) Sort (less func (a , b PostInteractionCountersMessage ) bool ) PostInteractionCountersMessageArray {
sort .Slice (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersMessageArray ) SortStable (less func (a , b PostInteractionCountersMessage ) bool ) PostInteractionCountersMessageArray {
sort .SliceStable (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersMessageArray ) Retain (keep func (x PostInteractionCountersMessage ) bool ) PostInteractionCountersMessageArray {
n := 0
for _ , x := range s {
if keep (x ) {
s [n ] = x
n ++
}
}
s = s [:n ]
return s
}
func (s PostInteractionCountersMessageArray ) First () (v PostInteractionCountersMessage , ok bool ) {
if len (s ) < 1 {
return
}
return s [0 ], true
}
func (s PostInteractionCountersMessageArray ) Last () (v PostInteractionCountersMessage , ok bool ) {
if len (s ) < 1 {
return
}
return s [len (s )-1 ], true
}
func (s *PostInteractionCountersMessageArray ) PopFirst () (v PostInteractionCountersMessage , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [0 ]
copy (a [0 :], a [1 :])
var zero PostInteractionCountersMessage
a [len (a )-1 ] = zero
a = a [:len (a )-1 ]
*s = a
return v , true
}
func (s *PostInteractionCountersMessageArray ) Pop () (v PostInteractionCountersMessage , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [len (a )-1 ]
a = a [:len (a )-1 ]
*s = a
return v , true
}
type PostInteractionCountersStoryArray []PostInteractionCountersStory
func (s PostInteractionCountersStoryArray ) Sort (less func (a , b PostInteractionCountersStory ) bool ) PostInteractionCountersStoryArray {
sort .Slice (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersStoryArray ) SortStable (less func (a , b PostInteractionCountersStory ) bool ) PostInteractionCountersStoryArray {
sort .SliceStable (s , func (i , j int ) bool {
return less (s [i ], s [j ])
})
return s
}
func (s PostInteractionCountersStoryArray ) Retain (keep func (x PostInteractionCountersStory ) bool ) PostInteractionCountersStoryArray {
n := 0
for _ , x := range s {
if keep (x ) {
s [n ] = x
n ++
}
}
s = s [:n ]
return s
}
func (s PostInteractionCountersStoryArray ) First () (v PostInteractionCountersStory , ok bool ) {
if len (s ) < 1 {
return
}
return s [0 ], true
}
func (s PostInteractionCountersStoryArray ) Last () (v PostInteractionCountersStory , ok bool ) {
if len (s ) < 1 {
return
}
return s [len (s )-1 ], true
}
func (s *PostInteractionCountersStoryArray ) PopFirst () (v PostInteractionCountersStory , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [0 ]
copy (a [0 :], a [1 :])
var zero PostInteractionCountersStory
a [len (a )-1 ] = zero
a = a [:len (a )-1 ]
*s = a
return v , true
}
func (s *PostInteractionCountersStoryArray ) Pop () (v PostInteractionCountersStory , ok bool ) {
if s == nil || len (*s ) < 1 {
return
}
a := *s
v = a [len (a )-1 ]
a = a [:len (a )-1 ]
*s = a
return v , true
}
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 .