Searched defs:asSlice (Results 1 – 1 of 1) sorted by relevance
90 fun ByteArray.asSlice(length: Int = this.size) = DataSlice(this, 0, length) in ByteArray() method91 fun String.asSlice() = DataSlice(this.toByteArray()) in ByteArray() method