The <array> inspectors return a list of values in a dictionary array.
An array from an array by index.
Get, from an array, a boolean keyed by the specified integer.Example: boolean 1 of array "NSTableView Sort Ordering NSNavOutlineColumnSettings.v1" of preference "com.apple.Console" - Returns the first boolean value in the array.
Get, from an array, a date keyed by the specified integer.
Get, from an array, a dictionary keyed by the specified integer.
Get, from an array, an integer keyed by the specified integer.
No documentation exists.
Returns the number of unique elements in the given array.Example: size of array "persistent-apps" of preference "com.apple.dock" - Returns the number of unique elements in the specified array.
Get, from an array, a string keyed by the specified integer.Example: string 0 of array "RecentSearchStrings" of preference "com.apple.safari" - Returns the most recent search string.
Values of the array.