is there byte strings in Kotlin? Like `let x: byte...
# announcements
v
is there byte strings in Kotlin? Like
let x: byte[]  = "AABB"B
?