structure
Definition
/**
* Builds a structure from scalar functions: one element per key, in key order.
* An element is nullable when its function is; the structure itself never is.
*
* @param array<array-key, ScalarFunction> $elements
*/
structure(array $elements) : Structure