blob: 73a31734231fc49a14e25d9599e19cb5b49ab936 [file] [log] [blame]
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of http2.src.frames;
bool _isFlagSet(int value, int flag) => value & flag == flag;