Child -> Child ¶
function Fusion.Child(
child: Child
): Child
Returns the child passed into it.
This function does no processing. It only serves as a hint to the Luau type system, constraining the type of the argument.
Parameters¶
child : Child ¶
The argument whose type should be constrained.
Returns -> Child ¶
The argument with the newly cast static type.