protected static function set<Tout>( this::T $context, (function(): Tout) $f, ): Tout;
this::T $context
(function(): Tout) $f
Tout