-
Based on a requirement from Michael Müller-Hillebrand on xsl-list.
We could define a variant of map:build() that constructs a sorted map. If a map is sorted, then:
* map:is-sorted() returns true…
-
I propose adding a package of functions that operate on iterators whose values are sorted.
Sorted sequences can arise in a number of ways:
- From a slice that has been sorted.
- From the keys o…
-
## Description:
After initializing this project using the suggested repository, my local Strapi instance does not contain any existing data. Attempts to fetch content such as the HeroBanner or MidBan…
-
Might be nice. Though I don't, heh, like "need it today" as it were. Either sorted by insertion or by a key. And possibly some other structures that clojure has as well would be nice: https://cloju…
-
For a music editing program, I'm storing a series of timestamped events (note data) in an Immer container. I would like to use the timestamps as keys in a sorted map, but Immer lacks sorted maps. I'm …
-
**Describe your proposal**
It is quite confusing to navigate and find last saved/autosaved games in in-game interface. Sorting by date doesn't seems to effect the directory names. When the amount of …
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
We have a global ObjectMapper configu…
-
Should be able to navigate to the substructure of a sorted map, like to the first key/value pair, the first value, or to a submap within a range. Could potentially extend `FIRST`, `LAST`, and `srange`…
-
## Compiler version
3.5.1
## Minimized code
```Scala
case class A(a: Int)
def foo(f: ((Ordering[A], Any)) ?=> Unit) = ()
// compiles: parameter untupling occurs for the ContextFunction…
-
### Describe the idea
Alphabeticaly sorting of list of maps for underlay/overlay
### Expected behaviour
Choosing map from list it usdificult to find needed map.
The list is unsorted at all.
somet…