elect
11/11/2022, 11:07 AMoperator fun ByteBuffer.get(index: Int): Byte = ..
operator fun ByteBuffer.get(index: Int): Int = ..
Swift does that and it's great and the JVM underneath does include the function return type in the signatureSam
11/11/2022, 11:35 AM