github.com/gotd/td/tg.DocumentArray.SortStable (method)

3 uses

	github.com/gotd/td/tg (current package)
		tl_document_slices_gen.go#L390: func (s DocumentArray) SortStable(less func(a, b Document) bool) DocumentArray {
		tl_document_slices_gen.go#L469: 	return s.SortStable(func(a, b Document) bool {
		tl_document_slices_gen.go#L483: 	return s.SortStable(func(a, b Document) bool {