asInt16Array method

Iterable<int> asInt16Array()

Extracts the 16 bit signed integers inside this array. Only works if signature is 'an'.

Implementation

Iterable<int> asInt16Array() => (this as DBusArray).mapInt16();