please someone explain to me some strange Swift syntax, I've tried to google it and checked Apple's docs but haven't find any example of using it.
So here is some code from a tutorial I'm trying to follow.
let FSBoundaryCategory: UInt32 = 1 << 0
I don't get what is the meaning of <<
.
It's definitely not a twice less than or so :) Please, explain, I'm very curious about it :)