Searched defs:asSlice (Results 1 – 2 of 2) 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
29 func asSlice(Slice) {} func