intersection method
Implementation
@override
MutableEnumSet<Lane> intersection(MutableEnumSet<Lane> other) =>
MutableLaneEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
MutableEnumSet<Lane> intersection(MutableEnumSet<Lane> other) =>
MutableLaneEnumSet.fromRawValue(this.rawValue & other.rawValue);