public static ByteM operator &(
ByteM left,
ByteM right
)Public Shared Operator And (
left As ByteM,
right As ByteM
) As ByteMpublic:
static ByteM operator &(
ByteM left,
ByteM right
)static let inline (&&&)
left : ByteM *
right : ByteM : ByteM