- string value lookup
-
string array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not an string, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single string value instead of an array, it will always be converted to a single-item array. - Integer value lookup
-
Integer array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not an integer, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single integer value instead of an array, it will always be converted to a single-item array. - float value lookup
-
float array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not an float, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single float value instead of an array, it will always be converted to a single-item array. - boolean value lookup
-
boolean array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not a boolean, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single boolean value instead of an array, it will always be converted to a single-item array. - offset_datetime value lookup
-
offset_datetime array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not an offset datetime, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single offset_datetime value instead of an array, it will always be converted to a single-item array. - local_datetime value lookup
-
local_datetime array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not a local datetime, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single local_datetime value instead of an array, it will always be converted to a single-item array. - local_date value lookup
-
local_date array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not a local date, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single local_date value instead of an array, it will always be converted to a single-item array. - local_time value lookup
-
local_time array value lookup Note: for all functions that look up arrays,
~strict:true
applies only to array item conversion. With~strict:true
they will fail if an array contains a value that is not a local time, while with~strict:false
it will attempt to convert values (i.e. pass~strict:false
to the accessor function). If a user supplies a single local time value instead of an array, it will always be converted to a single-item array.
Library
Module
Module type
Parameter
Class
Class type