having abstract method

Array<T> having({
  1. int? length,
  2. int? offset,
})

Implementation

Array<T> having({int? length, int? offset});