structure_entry
Definition
/**
* @template T
*
* @param ?array<string, mixed> $value
* @param StructureType<T> $type
*
* @return Entry<?array<string, T>>
*/
structure_entry(string $name, ?array $value, StructureType $type, ?Metadata $metadata) : Entry