How do i check if a variable is a reference or a copy?



Hello there,

Is there a way to check if a variable is passed by reference or if it is just a copy. With something like is_copy or is_reference?

Thx in advance.
.