operator & method

FileAttributes operator &(
  1. FileAttributes other
)

Implementation

FileAttributes operator &(FileAttributes other) =>
    FileAttributes(value & other.value);