structure_element
Definition
/**
* @template T
* @template TOptional of bool
*
* @param Type<T> $type
* @param TOptional $optional
*
* @return StructureElement<T, TOptional>
*/
structure_element(string|int $name, Type $type, bool $optional) : StructureElement