You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotlinx-io was recently added to Kotlin Playground.
Some samples could not be executed there directly due to missing imports.
Others, when executed, prints nothing (as they only have asserts). Perhaps, we should follow a path taken by Kotlin Stdlib and replace asserts with print statements in rendered samples.
The text was updated successfully, but these errors were encountered:
Some samples use unsigned integer types to represent internal state (CRC32, for example), which contradicts guidelines on how these types should be used.
kotlinx-io was recently added to Kotlin Playground.
Some samples could not be executed there directly due to missing imports.Others, when executed, prints nothing (as they only have asserts). Perhaps, we should follow a path taken by Kotlin Stdlib and replace asserts with print statements in rendered samples.
The text was updated successfully, but these errors were encountered: