yada
ErrorsCollection

yada

Synthesised documentation from type/Routine

From type/Routine

See Original text in context

method yada(Routine:D: --> Bool:D)

Returns True if the routine is a stub

say (sub f() { ... }).yada;      # OUTPUT: «True␤» 
say (sub g() { 1;  }).yada;      # OUTPUT: «False␤»