Trimmable[T: T]¶ [Source] Supports extracting a sub-range as an immutable array. interface val Trimmable[T: T] Public Functions¶ trim¶ [Source] Return elements from from up to but not including to. fun val trim( from: USize val, to: USize val) : Array[T] val Parameters¶ from: USize val to: USize val Returns¶ Array[T] val