See the S
, Pr
, T
, L
on the left side of the images - what do these initials signify? Kindly include answers for icons I have not mentioned here as well.
Image 1
Image 2
I only know that C
represents class and S
represents Struct.
See the S
, Pr
, T
, L
on the left side of the images - what do these initials signify? Kindly include answers for icons I have not mentioned here as well.
Image 1
Image 2
I only know that C
represents class and S
represents Struct.
Pr
otocol
S
truct
C
lass
f
unction
V
alue / V
ariable
T
ype
L
ocal value / variable
As you've already surmised:
Some others:
let
constant / immutable property var
variable / mutable property(Not 100% sure of the last three, and I'm on the phone so I can't check. Will follow up later to verify those and add some more...)