rank property

int get rank

Implementation

int get rank => (Platform.isWindows
        ? _msvc.ref.rankAndHasStrides
        : _posix.ref.rankAndHasStrides) &
    0x7f;