Method: AdLint::Cc1::ArrayType#impl_length

Defined in:
lib/adlint/cc1/type.rb

#impl_lengthObject



5540
5541
5542
5543
# File 'lib/adlint/cc1/type.rb', line 5540

def impl_length
  # NOTE: Implementation defined length of this array.
  @length ? [[0, @length].max, MAX_LENGTH].min : 0
end