public class CoStringsKt
@Nullable
public static java.lang.Object output(@NotNull
IntCoAcceptor<?> $this$output,
char ch,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output a character.
@Nullable
public static java.lang.Object output(@NotNull
IntCoAcceptor<?> $this$output,
@NotNull
java.lang.CharSequence cs,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output a string.
@Nullable
public static java.lang.Object outputHex(@NotNull
IntCoAcceptor<?> $this$outputHex,
byte p,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p1)
Output a Byte as two hexadecimal characters.
@Nullable
public static java.lang.Object outputHex(@NotNull
IntCoAcceptor<?> $this$outputHex,
short p,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p1)
Output a Short as four hexadecimal characters.
@Nullable
public static java.lang.Object outputInt(@NotNull
IntCoAcceptor<?> $this$outputInt,
int i,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output an Int as a decimal string.
@Nullable
public static java.lang.Object outputPositiveInt(@NotNull
IntCoAcceptor<?> $this$outputPositiveInt,
int i,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output a positive Int as a decimal string.
@Nullable
public static java.lang.Object outputLong(@NotNull
IntCoAcceptor<?> $this$outputLong,
long i,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output a Long as a decimal string.
@Nullable
public static java.lang.Object outputPositiveLong(@NotNull
IntCoAcceptor<?> $this$outputPositiveLong,
long i,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Output a positive Long as a decimal string.