go.etcd.io/bbolt.txsById.Less (method, view implemented interface methods)

one use

	go.etcd.io/bbolt (current package)
		db.go#L638: func (t txsById) Less(i, j int) bool { return t[i].meta.txid < t[j].meta.txid }