type github.com/gotd/td/tg.GeoPointClassArray
18 uses
github.com/gotd/td/tg (current package)
tl_geo_point_slices_gen.go#L38: type GeoPointClassArray []GeoPointClass
tl_geo_point_slices_gen.go#L41: func (s GeoPointClassArray) Sort(less func(a, b GeoPointClass) bool) GeoPointClassArray {
tl_geo_point_slices_gen.go#L49: func (s GeoPointClassArray) SortStable(less func(a, b GeoPointClass) bool) GeoPointClassArray {
tl_geo_point_slices_gen.go#L57: func (s GeoPointClassArray) Retain(keep func(x GeoPointClass) bool) GeoPointClassArray {
tl_geo_point_slices_gen.go#L71: func (s GeoPointClassArray) First() (v GeoPointClass, ok bool) {
tl_geo_point_slices_gen.go#L79: func (s GeoPointClassArray) Last() (v GeoPointClass, ok bool) {
tl_geo_point_slices_gen.go#L87: func (s *GeoPointClassArray) PopFirst() (v GeoPointClass, ok bool) {
tl_geo_point_slices_gen.go#L106: func (s *GeoPointClassArray) Pop() (v GeoPointClass, ok bool) {
tl_geo_point_slices_gen.go#L120: func (s GeoPointClassArray) AsGeoPoint() (to GeoPointArray) {
tl_geo_point_slices_gen.go#L134: func (s GeoPointClassArray) AppendOnlyNotEmpty(to []*GeoPoint) []*GeoPoint {
tl_geo_point_slices_gen.go#L147: func (s GeoPointClassArray) AsNotEmpty() (to []*GeoPoint) {
tl_geo_point_slices_gen.go#L152: func (s GeoPointClassArray) FirstAsNotEmpty() (v *GeoPoint, ok bool) {
tl_geo_point_slices_gen.go#L161: func (s GeoPointClassArray) LastAsNotEmpty() (v *GeoPoint, ok bool) {
tl_geo_point_slices_gen.go#L170: func (s *GeoPointClassArray) PopFirstAsNotEmpty() (v *GeoPoint, ok bool) {
tl_geo_point_slices_gen.go#L179: func (s *GeoPointClassArray) PopAsNotEmpty() (v *GeoPoint, 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. |