Trimmable[T: T]¶ [Source] interface val Trimmable[T: T] Public Functions¶ trim¶ [Source] fun val trim( from: USize val, to: USize val) : Array[T] val Parameters¶ from: USize val to: USize val Returns¶ Array[T] val