From 226d485cf148c472c4fd0efa21229736b36b2708 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 22:03:25 -0400 Subject: Add all_values() function --- site/spec.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/spec.html b/site/spec.html index 0cc88b4..706e019 100644 --- a/site/spec.html +++ b/site/spec.html @@ -598,6 +598,11 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St Returns a list of all unique first components of keys in the configuration, in an arbitrary order. +
  • + all_values(conf: Configuration) -> List<Pair<String, String>>
    + Returns a list of all defined keys in the configuration and their values, + in an arbitrary order. +
  • subkeys(conf: Configuration, key: String) -> List<String>
    Equivalent to keys(section(conf, key)) but may be implemented more efficiently. -- cgit v1.2.3