Skip to content

Commit

Permalink
add usage notes abort the sort order for struct keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed May 31, 2024
1 parent e27a1a4 commit 43e4ca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For unsorted structs, Adobe returns a text sorted Array of keys, for performance reasons, Lucee simply returns the raw sort order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For unsorted structs, Adobe returns a text sorted list of keys, for performance reasons, Lucee simply returns the raw sort order
5 changes: 3 additions & 2 deletions docs/03.reference/01.functions/structkeylist/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
title: StructKeyList
id: function-structkeylist
related:
- function-structkeyarray
categories:
- struct
- struct
---

Extracts keys from a struct.
Extracts keys from a struct.

0 comments on commit 43e4ca3

Please sign in to comment.