From c962ff7b730dfda801a1d9d6d3e1b2fbb9f98d2f Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 9 Sep 2025 01:40:01 -0400 Subject: Remove subkeys - keys(section(…)) is fine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/spec.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/spec.html b/site/spec.html index 0222acc..7dcc957 100644 --- a/site/spec.html +++ b/site/spec.html @@ -603,10 +603,6 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St 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. -
  • location(conf: Configuration, key: String) -> Optional<Location>
    Location of the definition of key in the configuration (file and line number). -- cgit v1.2.3