TSet constructor

TSet(
  1. int elementType,
  2. int? length
)

Implementation

TSet(this.elementType, int? length) : this.length = length ?? 0;