So instead of
func call(Person person){} you just have func call(person){}
where person is a known type AND the variable name.
In that scenario 'accuracy' would be a type with known value between 0 and 1.
{person}
Is an object person with key person and value person of type Person
func call(person#1 person#2){}
function call(person#sender person#receiver)
So instead of
func call(Person person){} you just have func call(person){}
where person is a known type AND the variable name.
In that scenario 'accuracy' would be a type with known value between 0 and 1.