j
k
j a
j l
But what if I want to use a primitive variable, or a pointer to one of my classes? Do I need to make a placeholder for each type of parameter I want to use?
No, you can use bind placeholders _1, _2, _3 etc.
Back to the thread
Back to the list