Hi All,

In the following:
https://docs.perl6.org/routine/kv

    multi method kv(Any:U:  -->List)
    multi method kv(Any:D:  -->List)

Does the "multi" mean ther are moe than one way to
use the method, as in see the two instances above?
Or something else?

Also, it there was only one way to use the method,
would it be written:

    method kv(Any:  -->List)


Many thanks,
-T

Reply via email to